Skip to content
Snippets Groups Projects
Commit d36cc62e authored by pharesim's avatar pharesim
Browse files

version bump

parent 0d471183
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
# -*- coding: utf-8 -*-
from .hive import Hive
__version__ = '0.9.990'
__version__ = '0.9.999'
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment