Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 15, 2022
1 parent b1cf1d0 commit 7fd8802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import subprocess

_MAJOR = 0
_MINOR = 16
_MICRO = 1
_MINOR = 17
_MICRO = 0
version = "%d.%d.%d" % (_MAJOR, _MINOR, _MICRO)
release = "%d.%d" % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 7fd8802

Please sign in to comment.