We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd90e2 commit fbe7aa7Copy full SHA for fbe7aa7
CHANGES.md
@@ -1,5 +1,9 @@
1
# Changes
2
3
+## 0.0.4 (2019-XX-XX)
4
+
5
+- (TBD)
6
7
## 0.0.3 (2019-05-18)
8
9
- Removed Python-2-compatibility code
setup.py
@@ -38,7 +38,7 @@
38
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
39
40
# BUMP VERSION HERE!
41
-_version_ = '0.0.3'
+_version_ = '0.0.4'
42
43
# List all versions of Python which are supported
44
confirmed_python_versions = [
0 commit comments