Skip to content

Commit a773c63

Browse files
authored
Merge pull request #202 from simeoncybr/update-version
Update version
2 parents d4bb65d + 5e52d4a commit a773c63

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)