Skip to content

Commit

Permalink
17.1.0.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 2, 2018
1 parent 8233170 commit 0546a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zmq/sugar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@


VERSION_MAJOR = 17
VERSION_MINOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 0
VERSION_EXTRA = ""
VERSION_EXTRA = "dev"
__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

if VERSION_EXTRA:
Expand Down

0 comments on commit 0546a4c

Please sign in to comment.