Skip to content

Commit 0fa79a5

Browse files
authored
Bump release version to v0.1.dev7 (#321)
* Bump release version to v0.1.dev7 * Clean build dir before building wheel
1 parent 2a4b6f0 commit 0fa79a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ setup-dev:
66

77
.PHONY: release
88
release:
9+
@rm -rf ./build
910
@rm -rf ./dist
1011
@pipenv run python setup.py sdist bdist_wheel --universal
1112
@pipenv run twine upload dist/*

src/basilisp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 1, "dev6")
1+
VERSION = (0, 1, "dev7")
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)