Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Mar 7, 2018
1 parent 54aaa10 commit 38467bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
import glob

_MAJOR = 0
_MINOR = 6
_MICRO = 5
_MINOR = 7
_MICRO = 0
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

version += ".post3"
#version += ".post3"

metainfo = {
'authors': {"main": ("yourname", "email@whatever.org")},
Expand Down

0 comments on commit 38467bf

Please sign in to comment.