Bump version to 0.4.0
This commit is contained in:
@@ -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()' > $@
|
||||
|
||||
Reference in New Issue
Block a user