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

version 0.9.3

parent 36952f99
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.2'
release = '0.9.3'
# 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.2'
__version__ = '0.9.3'
......@@ -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'
......
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