Skip to content

Commit

Permalink
release 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 13, 2020
1 parent 4c336b8 commit 0a76031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmq/sugar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
VERSION_MAJOR = 20
VERSION_MINOR = 0
VERSION_PATCH = 0
VERSION_EXTRA = "dev"
VERSION_EXTRA = ""
__version__ = '%i.%i.%i' % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)

if VERSION_EXTRA:
Expand Down

0 comments on commit 0a76031

Please sign in to comment.