Bump version to 0.4.1

* Parse scientific notation correctly.
 * The `round` function works correctly.
This commit is contained in:
Simon Forman
2020-05-19 19:39:44 -07:00
parent b168606ff2
commit f9ac667cc5
40 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# My make-fu style is old and tired. I just want to have a few helper commands.
TESTDIR = ./test00
VERSION = 0.4.0
VERSION = 0.4.1
WEBSERVER = [email protected]
.PHONY: clean sdist test docs upload-docs