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

version

parent 0060bf44
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ from setuptools.command.test import test as TestCommand
# Package meta-data.
NAME = 'hive'
VERSION = '0.9'
DESCRIPTION = 'A python hive library.'
URL = 'https://github.com/pharesim/hive-python'
EMAIL = 'pharesim@protonmail.com'
......@@ -131,7 +132,7 @@ class UploadCommand(Command):
# Where the magic happens:
setup(
name=NAME,
version='1.0.2',
version=VERSION,
description=DESCRIPTION,
keywords=['hive', 'cryptocurrency', 'blockchain'],
# long_description=long_description,
......
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