aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-23 23:23:04 +0100
committerficus <ficus@robocracy.org>2012-11-25 02:48:44 +0100
commit7f79fd8b7cf50ab7e296c7fec8cdf970f73ed626 (patch)
tree98181f2621bfc32384c82fc835a38c07e4866b6b /setup.py
parent3aae76170978a7557b0d7d2cbf10b3b856871538 (diff)
downloadtui-master.tar.gz
tui-master.zip
bump to 0.0.1 for packagingHEADmaster
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 79da14c..e49dff7 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='torouterui',
- version='0.0',
+ version='0.0.1',
long_description=__doc__,
packages=['torouterui'],
include_package_data=True,