aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/notmuch/__init__.py
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2011-01-13 12:35:59 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2011-01-13 12:35:59 +0100
commit3c7a52890c2b3aacd94ef29d9c7eadc4cd1c33a7 (patch)
tree468618bb1dd02bfa561badde2d5a01f6e39b0518 /bindings/python/notmuch/__init__.py
parentb3caef1f0659dac8183441357c8fee500a940889 (diff)
python: Update metainformation to point to new URL and version number
Convert the meta information to point to the notmuchmail.org repository, rather than the old cnotmuch location. I will delete the "cnotmuch" package from http://pypi.python.org/pypi/cnotmuch and create a new "notmuch" package there that contains the current versions. Also bump the version number to 0.4. I will need to upgrade the API first before I can release the 0.5 of the bindings, there are still some methods missing. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings/python/notmuch/__init__.py')
-rw-r--r--bindings/python/notmuch/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/__init__.py b/bindings/python/notmuch/__init__.py
index 5ba1337..52a757c 100644
--- a/bindings/python/notmuch/__init__.py
+++ b/bindings/python/notmuch/__init__.py
@@ -57,5 +57,5 @@ from notmuch.thread import Threads, Thread
from notmuch.tag import Tags
from notmuch.globals import nmlib, STATUS, NotmuchError
__LICENSE__="GPL v3+"
-__VERSION__='0.2.2'
+__VERSION__='0.4'
__AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'