Bump version to 0.4.0

This commit is contained in:
Simon Forman
2020-05-17 17:28:52 -07:00
parent a223f95331
commit 889bc7f9ad
41 changed files with 97 additions and 45 deletions
+2 -2
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.2.0
VERSION = 0.4.0
WEBSERVER = [email protected]
.PHONY: clean sdist test docs upload-docs
@@ -12,7 +12,7 @@ clean:
find . -name '*.pyc' | xargs $(RM)
sdist:
python ./setup.py sdist
python ./setup.py sdist bdist_wheel
joy/utils/generated_library.py: joy/utils/types.py
python -c 'import joy.utils.types ; joy.utils.types.generate_library_code()' > $@