Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielelanaro committed Jun 3, 2015
1 parent 14ffed8 commit a9357f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chemlab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = '0.4'
__version__ = '0.4.1'

# Setup pyqt API
import sip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name = "chemlab",
version = "0.4",
version = "0.4.1",
packages = find_packages(),
cmdclass = {'build_ext': build_ext},
ext_modules = ext_modules,
Expand Down

0 comments on commit a9357f3

Please sign in to comment.