diff --git a/docs/conf.py b/docs/conf.py index 4bb320d6a9fd3188ab5351c2e44620a81bdd4bbd..283aefbf0328d13dfffa3595d7ced290b6f0ec46 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.2' +release = '0.9.3' # 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 f1ad2689e912dcac12d990cdc230b7247471c295..f9cdfd5701984db722e66fa322f5630c06309f75 100644 --- a/hive/__init__.py +++ b/hive/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from .hive import Hive -__version__ = '0.9.2' +__version__ = '0.9.3' diff --git a/setup.py b/setup.py index 537a4fb37bb5d8e6c892b662716d647cc10fd2b0..1030ebea48eac645355ed49b12a0934ca629dc07 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.2' +VERSION = '0.9.3' DESCRIPTION = 'A python hive library.' URL = 'https://github.com/pharesim/hive-python' EMAIL = 'pharesim@protonmail.com'