Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Sep 4, 2018
1 parent 11f8e21 commit 310285b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))

VERSION = '0.6.8'
VERSION = '0.6.9'

setup(
name='graphenelib',
version=VERSION,
description='Python library for graphene-based blockchains',
long_description=open('README.md').read(),
download_url='https://github.com/xeroc/python-graphenelib/tarball/' + VERSION,
download_url=(
'https://github.com/xeroc/python-graphenelib/tarball/{}'.format(
VERSION)),
author='Fabian Schuh',
author_email='[email protected]',
maintainer='Fabian Schuh',
Expand Down

0 comments on commit 310285b

Please sign in to comment.