Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
chore: Update version number in _version.py file (#18)
Browse files Browse the repository at this point in the history
Version changed to 0.64.0 to remove conflicts with upstream nbgrader version
  • Loading branch information
netoisc authored Sep 17, 2020
1 parent ad61e3c commit 5bf5503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbgrader/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 7, 0, 'dev')
__version__ = '.'.join(map(str, version_info))
version_info = (0, 64, 0)
__version__ = '.'.join(map(str, version_info))

0 comments on commit 5bf5503

Please sign in to comment.