Skip to content

Commit

Permalink
Generated release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Jan 6, 2020
1 parent 75eadc0 commit dff55b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.2.dev
current_version = 5.0.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.(?P<suffix>.+))?
serialize =
{major}.{minor}.{patch}.{suffix}
Expand Down
2 changes: 1 addition & 1 deletion nbformat/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Make sure to update package.json, too!
version_info = (5, 0, 2, 'dev')
version_info = (5, 0, 2)
__version__ = '.'.join(map(str, version_info))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
package_data = {
'nbformat' : [
'tests/*.ipynb',
'v3/nbformat.v3.schema.json',
'v4/nbformat.v4.schema.json',
'v3/nbformat.v3*.schema.json',
'v4/nbformat.v4*.schema.json',
],
}

Expand Down

0 comments on commit dff55b6

Please sign in to comment.