File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# __version__ should be updated using tbump, based on configuration in
2
2
# pyproject.toml, according to instructions in RELEASE.md.
3
3
#
4
- __version__ = "1.2.1.dev "
4
+ __version__ = "1.2.1"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ markers = [
66
66
github_url = " https://github.com/jupyterhub/nbgitpuller"
67
67
68
68
[tool .tbump .version ]
69
- current = " 1.2.1.dev "
69
+ current = " 1.2.1"
70
70
regex = '''
71
71
(?P<major>\d+)
72
72
\.
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'nbgitpuller' ,
21
- version = "1.2.1.dev " ,
21
+ version = "1.2.1" ,
22
22
url = 'https://github.com/jupyterhub/nbgitpuller' ,
23
23
license = '3-clause BSD' ,
24
24
author = 'Peter Veerman, YuviPanda' ,
You can’t perform that action at this time.
0 commit comments