Skip to content

Commit 2efe215

Browse files
committed
Update to 0.3.6
1 parent 981b4ff commit 2efe215

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Standards (draft)
1616
* All code tested with 100% coverage.
1717
* No breaking backwards compatibility after 1.0.
1818
* Cross-platform.
19-
* Supports Python 2.7, 3.2, 3.3, 3.4 on Linux
20-
* Supports Pyton 2.7, 3.3, 3.4 on Windows (because I can't test 3.2 on Windows)
19+
* Supports Python 2.7, 3.4, 3.5, 3.6, 3.7 on Linux
20+
* Supports Pyton 2.7, 3.4, 3.5, 3.6, 3.7 on Windows

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open("README.md", "r") as fh:
77
long_description = fh.read()
88

9-
VERSION = '0.3.5'
9+
VERSION = '0.3.6'
1010
setuptools.setup(
1111
name='pycommon',
1212
packages=['pycommon'],

update_pypi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22
rm -rf dist/
3-
python3 setup.py sdist bdist_wheel
4-
twine upload dist/*
3+
env3/bin/python3 setup.py sdist bdist_wheel
4+
env3/bin/twine upload dist/*

0 commit comments

Comments
 (0)