Skip to content

Commit

Permalink
version number to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djstein committed Jun 12, 2017
1 parent 2d1ae67 commit 1f5d76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createsend/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
__license__ = 'MIT'
__copyright__ = 'Copyright 2017'

version_info = (4, 2, 2)
version_info = (4, 2, 1)
__version__ = ".".join(map(str, version_info))

0 comments on commit 1f5d76a

Please sign in to comment.