Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Quentel committed Sep 19, 2017
1 parent 79e8c05 commit cebcae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
pdir = os.path.dirname(os.getcwd())
# version info
version = [3, 3, 0, "alpha", 0]
implementation = [3, 3, 3, 'final', 0]
implementation = [3, 3, 4, 'dev', 0]

# version name
vname = '.'.join(str(x) for x in implementation[:3])
Expand Down

0 comments on commit cebcae8

Please sign in to comment.