Skip to content

Commit

Permalink
Release 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 20, 2018
1 parent 1444959 commit 935f634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conx/_version.py
Expand Up @@ -17,6 +17,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA

__version__ = "3.7.3"
__version__ = "3.7.4"
VERSION = tuple([(int(v) if v.isdigit() else v)
for v in __version__.split(".")])

0 comments on commit 935f634

Please sign in to comment.