Increment version nb
authorymh <ymh.work@gmail.com>
Wed, 02 Oct 2013 05:24:14 +0200
changeset 133 554c6622898c
parent 132 b23fae63f732
child 134 e274e8f67dcb
Increment version nb
doc/conf.py
src/p4l/__init__.py
--- a/doc/conf.py	Wed Oct 02 05:23:00 2013 +0200
+++ b/doc/conf.py	Wed Oct 02 05:24:14 2013 +0200
@@ -53,9 +53,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.1'
+version = '0.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.1'
+release = '0.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
--- a/src/p4l/__init__.py	Wed Oct 02 05:23:00 2013 +0200
+++ b/src/p4l/__init__.py	Wed Oct 02 05:24:14 2013 +0200
@@ -31,7 +31,7 @@
 # knowledge of the CeCILL-B license and that you accept its terms.
 #
 
-VERSION = (0, 1, 0, "final", 0)
+VERSION = (0, 2, 0, "final", 0)
 
 
 def get_version(version=VERSION):