aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,