Skip to content

Commit

Permalink
Merge pull request jsnowacki#3 from prex1030/master-version-change
Browse files Browse the repository at this point in the history
change from __version__ to 0.7.0
  • Loading branch information
prex1030 authored Aug 30, 2022
2 parents 95b6d3b + d440d16 commit 3bf1e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from xppy import __version__

setup(name='xppy',
version=__version__,
version='0.7.0',
description='XPP interface for Python, with additional utilities.',
author='Jakub Nowacki',
author_email='[email protected]',
Expand Down

0 comments on commit 3bf1e43

Please sign in to comment.