Skip to content

Commit

Permalink
Merge pull request #134 from QE-Lab/release-0.4
Browse files Browse the repository at this point in the history
Release 0.4
  • Loading branch information
jvanstraten committed Jul 15, 2021
2 parents 4d3934d + 1506901 commit 1f31707
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 @@ -34,7 +34,7 @@
copy_tree(srcmod_dir, module_dir)

def get_version(verbose=0):
return '0.3.0'
return '0.4.0'

def read(fname):
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
Expand Down

0 comments on commit 1f31707

Please sign in to comment.