Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 29, 2014
1 parent d56f9e7 commit 5e0431a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY
@@ -1,3 +1,7 @@
---[ 0.4.1 ]

* Fix linux builds when installed via pip

---[ 0.4.0 ]

* Windows support
Expand Down
2 changes: 1 addition & 1 deletion gauged/version.py
Expand Up @@ -4,6 +4,6 @@
Copyright 2014 (c) Chris O'Hara <cohara87@gmail.com>
'''

__version__ = '0.4.0'
__version__ = '0.4.1'

__version_info__ = tuple([ int(v) for v in __version__.split('.') ])

0 comments on commit 5e0431a

Please sign in to comment.