Skip to content

Commit

Permalink
Update to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davegrow committed Jul 23, 2019
1 parent 981b4ff commit 2efe215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Standards (draft)
* All code tested with 100% coverage.
* No breaking backwards compatibility after 1.0.
* Cross-platform.
* Supports Python 2.7, 3.2, 3.3, 3.4 on Linux
* Supports Pyton 2.7, 3.3, 3.4 on Windows (because I can't test 3.2 on Windows)
* Supports Python 2.7, 3.4, 3.5, 3.6, 3.7 on Linux
* Supports Pyton 2.7, 3.4, 3.5, 3.6, 3.7 on Windows
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = '0.3.5'
VERSION = '0.3.6'
setuptools.setup(
name='pycommon',
packages=['pycommon'],
Expand Down
4 changes: 2 additions & 2 deletions update_pypi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -rf dist/
python3 setup.py sdist bdist_wheel
twine upload dist/*
env3/bin/python3 setup.py sdist bdist_wheel
env3/bin/twine upload dist/*

0 comments on commit 2efe215

Please sign in to comment.