diff --git a/docs/conf.py b/docs/conf.py index 5ec9ca50f1469f772c5656d9eb5befe2ff3cda57..808bc3943ad42d71063fef1fc1865b49aaf15160 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ author = 'pharesim@protonmail.com' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.990' +release = '0.9.999' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/hive/__init__.py b/hive/__init__.py index fd0acbf0857f578c83ba7548d3265775911bf48f..e91b1144f4d0ad31289a2f480a9f5549ea71540c 100644 --- a/hive/__init__.py +++ b/hive/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from .hive import Hive -__version__ = '0.9.990' +__version__ = '0.9.999' diff --git a/setup.py b/setup.py index 49b9552c3a97e0b554fc831d473ce8241c7bfb5c..080f5756a4fc0467f07a08b5c196a45e96858e06 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools.command.test import test as TestCommand # Package meta-data. NAME = 'hivepy' -VERSION = '0.9.990' +VERSION = '0.9.999' DESCRIPTION = 'A python hive library.' URL = 'https://github.com/pharesim/hive-python' EMAIL = 'pharesim@protonmail.com'