Skip to content
Snippets Groups Projects
Commit ca87b1fb authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'bw_version_update' into 'master'

Updated library/package version and description

See merge request !10
parents 9d17c702 3d469e04
No related branches found
No related tags found
1 merge request!10Updated library/package version and description
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.24.22'
VERSION = '0.26.0'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......@@ -66,7 +66,7 @@ if __name__ == '__main__':
setup(
name='beem',
version=VERSION,
description='Unofficial Python library for HIVE and STEEM',
description='Unofficial Python library for HIVE',
long_description=get_long_description(),
download_url='https://github.com/holgern/beem/tarball/' + VERSION,
author='Holger Nahrstaedt',
......@@ -74,7 +74,7 @@ if __name__ == '__main__':
maintainer='Holger Nahrstaedt',
maintainer_email='nahrstaedt@gmail.com',
url='http://www.github.com/holgern/beem',
keywords=['hive', 'steem', 'library', 'api', 'rpc'],
keywords=['hive', 'library', 'api', 'rpc'],
packages=[
"beem",
"beemapi",
......
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