Skip to content

Commit 6ef02f3

Browse files
committed
chore: update coverage timestamp and increment version to 0.2.3
1 parent 8a319d4 commit 6ef02f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

coverage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<coverage version="7.6.12" timestamp="1741741379246" lines-valid="1255" lines-covered="72" line-rate="0.05737" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
2+
<coverage version="7.6.12" timestamp="1741741391345" lines-valid="1255" lines-covered="72" line-rate="0.05737" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
33
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.6.12 -->
44
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
55
<sources>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="penifycli", # Changed from "penifycli" to a more unique name
5-
version="0.2.2",
5+
version="0.2.3",
66
packages=['penify_hook'],
77
install_requires=[
88
"requests",

0 commit comments

Comments
 (0)