Skip to content

Commit 7d418a6

Browse files
committed
release: upload 2.0.2
1 parent 464b1c1 commit 7d418a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
setup(name='WSDiscovery',
20-
version='2.0.1dev',
20+
version='2.0.2dev',
2121
description='WS-Discovery implementation for python',
2222
long_description=README + "\n\n" + CHANGES,
2323
long_description_content_type="text/markdown",

upload-to-pypi.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
python setup.py sdist
4+
5+
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)