Skip to content

Commit

Permalink
Merge pull request #6421 from RRosio/update-version
Browse files Browse the repository at this point in the history
updating version to show dev
  • Loading branch information
echarles authored May 14, 2022
2 parents 8109251 + d4eb85d commit 920c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

# Version string must appear intact for tbump versioning
__version__ = '6.4.11'
__version__ = '6.4.12.dev0'

# Build up version_info tuple for backwards compatibility
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
Expand Down

0 comments on commit 920c5cc

Please sign in to comment.