Skip to content

Commit f70f1e3

Browse files
committed
Bump version after release.
1 parent 28bbf7c commit f70f1e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: upload
1+
.PHONY: build upload
22

33

44
build:

with_asserts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 0, 1, 'final')
1+
VERSION = (0, 0, 2, 'dev')
22

33

44
def get_version():

0 commit comments

Comments
 (0)