We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 714af64 + ff68044 commit d8cc30eCopy full SHA for d8cc30e
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.3.2 (2016-04-28)
2
+bug: fix setup.py issues
3
+
4
## 0.3 (2016-04-27)
5
feat: added travis, normalized directories
6
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-__version__ = "0.3.1"
+__version__ = "0.3.2"
7
8
9
def read_from(file):
0 commit comments