From eb3df707aa87bd65ea68b5c38ce56ef1acbad5d4 Mon Sep 17 00:00:00 2001 From: xrotwang Date: Fri, 17 Jul 2015 17:26:19 +0200 Subject: [PATCH] bumbed version number --- docs/conf.py | 4 ++-- pyimeji/__init__.py | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 15c111f..4bad973 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '0.3.0' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyimeji/__init__.py b/pyimeji/__init__.py index 493f741..5becc17 100644 --- a/pyimeji/__init__.py +++ b/pyimeji/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "1.0.0" diff --git a/setup.py b/setup.py index 8e6de27..5086026 100755 --- a/setup.py +++ b/setup.py @@ -21,8 +21,8 @@ def read(fname): setup( name='pyimeji', - version="0.3.0", - description='A python wrapper for the imeji API', + version="1.0.0", + description='A python wrapper for the imeji API version 1.0', long_description=read("README.rst"), author='Robert Forkel', author_email='xrotwang@googlemail.com',