Skip to content

Commit

Permalink
Release 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 7, 2018
1 parent a6eaa14 commit 45831eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conx/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301 USA

__version__ = "3.6.10"
__version__ = "3.7.0"
VERSION = tuple([(int(v) if v.isdigit() else v)
for v in __version__.split(".")])
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
license_file = LICENSE.txt
license_file = LICENSE

0 comments on commit 45831eb

Please sign in to comment.