summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 19:49:17 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 19:49:17 +0300
commit870b1ba4e5422b8c4157ad4531b4f8970c8a8b65 (patch)
tree27671534bd11ee1510870ca8a98b109b11e7d7f0
parentdcdab598ae481d8c4975c0493fb4dca05bb7b2f4 (diff)
downloadick2-870b1ba4e5422b8c4157ad4531b4f8970c8a8b65.tar.gz
Set version to 0.0
-rw-r--r--debian/changelog2
-rw-r--r--ick2lib/version.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 47ff96e..9cf7638 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ick2 (0.1-0) UNRELEASED; urgency=low
+ick2 (0.0-0) UNRELEASED; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
diff --git a/ick2lib/version.py b/ick2lib/version.py
index 0e742f9..9e74f14 100644
--- a/ick2lib/version.py
+++ b/ick2lib/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.1'
-__version_info__ = (0, 1)
+__version__ = '0.0'
+__version_info__ = (0, 0)