Bump version to 0.4.0

This commit is contained in:
2020-09-18 11:38:29 -05:00
parent 99675d0f1f
commit 3a966bbcb8
4 changed files with 13 additions and 14 deletions

View File

@@ -1,11 +1,6 @@
JULIA := julia --color=yes --project=@.
SRC_FILES := $(wildcard src/*.jl test/*.jl)
VERSION_MAJOR := 0
VERSION_MINOR := 3
VERSION_PATCH := 0
VERSION_SHORT := $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION := 0.4
all: docs test
@@ -20,7 +15,7 @@ clean:
rm -rf build/*
docs:
mkdocs build -d ../docs/$(VERSION_SHORT)/
mkdocs build -d ../docs/$(VERSION)/
test: build/test.log