Skip to content

Commit 5e52d4a

Browse files
committed
update setup.py to v0.19.0
1 parent d4bb65d commit 5e52d4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = f.read()
1212

1313
setup(name='vcert',
14-
version='0.18.1',
14+
version='0.19.0',
1515
url="https://github.com/Venafi/vcert-python",
1616
packages=['vcert', 'vcert.parser', 'vcert.policy'],
1717
install_requires=['requests==2.32.4', 'python-dateutil==2.8.2', 'six==1.17.0',
@@ -27,4 +27,4 @@
2727
'Programming Language :: Python :: 3.10',
2828
'Operating System :: OS Independent',
2929
"License :: OSI Approved :: Apache Software License",
30-
])
30+
])

0 commit comments

Comments
 (0)