Skip to content

Commit 3bf1e43

Browse files
authored
Merge pull request jsnowacki#3 from prex1030/master-version-change
change from __version__ to 0.7.0
2 parents 95b6d3b + d440d16 commit 3bf1e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from xppy import __version__
1919

2020
setup(name='xppy',
21-
version=__version__,
21+
version='0.7.0',
2222
description='XPP interface for Python, with additional utilities.',
2323
author='Jakub Nowacki',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)