Skip to content

Commit 2f45931

Browse files
committed
Bump version to v0.4 for release
Signed-off-by: Alexander Scheel <[email protected]>
1 parent f4de0e6 commit 2f45931

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup
22

33
setup(name='cmsh',
4-
version='0.3',
5-
description="High level interface over Mate Soos's pycryptosat from CryptoMiniSat",
4+
version='0.4',
5+
description="High level interface over Mate Soos's CryptoMiniSat",
66
url='http://github.com/cipherboy/cmsh',
77
author='Alexander Scheel',
88
author_email='[email protected]',
9-
license='GPLv2',
9+
license='GPLv3',
1010
packages=['cmsh'],
1111
install_requires=[],
12-
zip_safe=True)
12+
zip_safe=False)

0 commit comments

Comments
 (0)