- commit
- 1c3c168ad5fc1dec797f14aa1a4b695ba08e2fd1
- parent
- 0edacce726923b7bb7ed53e639fc1c7d9feddc4f
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-11 09:38
bump version to 0.0.1
Diffstat
| A | CHANGELOG.rst | 12 | ++++++++++++ |
| M | setup.py | 2 | +- |
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
@@ -0,0 +1,12 @@ -1 1 Changelog -1 2 ========= -1 3 -1 4 0.0.1 (2014-10-11) -1 5 ------------------ -1 6 -1 7 - greatly improved keyboard input -1 8 -1 9 0.0.0 (2014-10-07) -1 10 ------------------ -1 11 -1 12 - initial release
diff --git a/setup.py b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup 3 3 4 4 setup( 5 5 name='dirtywords',6 -1 version='0.0.0',-1 6 version='0.0.1', 7 7 description="portable text interface framework", 8 8 long_description=open('README.rst').read(), 9 9 url='https://github.com/xi/dirtywords',