Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Kulynych committed Apr 24, 2018
1 parent 7bbd7d7 commit 8ecfccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

setup(
name='claimchain',
version='0.2.2',
version='0.2.3',
packages=["claimchain", "claimchain.crypto", "claimchain.utils"],
license='MIT',
description='Implementation of ClaimChain, a cryptographic data structure',
long_description=long_description,
author='George Danezis',
author_email='g.danezis@ucl.ac.uk',
author='Bogdan Kulynych (EPFL SPRING Lab), George Danezis (UCL)',
author_email='bogdan.kulynych@epfl.ch, g.danezis@ucl.ac.uk',
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 8ecfccb

Please sign in to comment.