diff --git a/docs/conf.py b/docs/conf.py index f39fe87..b67d1c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.8.3' +version = '0.8.4' # The full version, including alpha/beta/rc tags. -release = '0.8.3' +release = '0.8.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index df3e3f0..042b382 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="python-taiga", - version="0.8.3", + version="0.8.4", packages=find_packages(), include_package_data=True, description="Taiga python API", diff --git a/taiga/__init__.py b/taiga/__init__.py index 83a3277..9493c0a 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = '0.8.3' +__version__ = '0.8.4' __author__ = 'Nephila' __license__ = 'MIT'