diff --git a/docs/pypi_release.md b/docs/pypi_release.md index de5596b..e9442d2 100644 --- a/docs/pypi_release.md +++ b/docs/pypi_release.md @@ -45,6 +45,11 @@ $ tox If ALL the test above pass\... +### Bump the version (manual for now, we'll fix this) +``` +$ vi zat/__init__.py and bump the version +``` + ### Clean any previous distribution files ``` make clean diff --git a/zat/__init__.py b/zat/__init__.py index e641cc4..2abda07 100644 --- a/zat/__init__.py +++ b/zat/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Brian Wylie' __email__ = 'support@supercowpowers.com' -__version__ = '0.4.6' +__version__ = '0.4.7'