From f1aa01a3a1547b3c6d7460cba5d413ed5469d799 Mon Sep 17 00:00:00 2001 From: pharesim <pharesim@protonmail.com> Date: Thu, 16 Apr 2020 20:33:45 +0200 Subject: [PATCH] version bump --- docs/conf.py | 2 +- hive/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ca4ba18..5ec9ca5 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.99' +release = '0.9.990' # 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 cc16bf4..fd0acbf 100644 --- a/hive/__init__.py +++ b/hive/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from .hive import Hive -__version__ = '0.9.99' +__version__ = '0.9.990' diff --git a/setup.py b/setup.py index 6b03b01..49b9552 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.99' +VERSION = '0.9.990' DESCRIPTION = 'A python hive library.' URL = 'https://github.com/pharesim/hive-python' EMAIL = 'pharesim@protonmail.com' -- GitLab