Skip to content

Commit

Permalink
Bump version to v0.4 for release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Jul 26, 2019
1 parent f4de0e6 commit 2f45931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(name='cmsh',
version='0.3',
description="High level interface over Mate Soos's pycryptosat from CryptoMiniSat",
version='0.4',
description="High level interface over Mate Soos's CryptoMiniSat",
url='http://github.com/cipherboy/cmsh',
author='Alexander Scheel',
author_email='[email protected]',
license='GPLv2',
license='GPLv3',
packages=['cmsh'],
install_requires=[],
zip_safe=True)
zip_safe=False)

0 comments on commit 2f45931

Please sign in to comment.