Skip to content

Commit

Permalink
Version 3.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed May 4, 2018
1 parent af41dcb commit 3195297
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.8"
__version__ = "3.6.9"
VERSION = tuple([(int(v) if v.isdigit() else v)
for v in __version__.split(".")])
2 changes: 1 addition & 1 deletion notebooks

0 comments on commit 3195297

Please sign in to comment.