aboutsummaryrefslogtreecommitdiffstats
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
parent3aae76170978a7557b0d7d2cbf10b3b856871538 (diff)
downloadtui-7f79fd8b7cf50ab7e296c7fec8cdf970f73ed626.tar.gz
tui-7f79fd8b7cf50ab7e296c7fec8cdf970f73ed626.zip
bump to 0.0.1 for packagingHEADmaster
-rw-r--r--debian/changelog6
-rwxr-xr-xsetup.py2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e5bda8..a8121ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
-torouterui (0.0-1) unstable; urgency=low
+torouterui (0.0.1) unstable; urgency=low
+ * first real packaging
* source package automatically created by stdeb 0.6.0+git
- -- unknown <unknown@unknown> Mon, 24 Sep 2012 16:32:34 +0200
+ -- ficus <ficus@robocracy.org> Sat, 24 Nov 2012 22:19:21 +0000
+
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,