We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5cfe4 commit 16f70d1Copy full SHA for 16f70d1
allthekernels.py
@@ -48,7 +48,7 @@ def foo():
48
"""
49
50
51
-__version__ = '1.2.0'
+__version__ = '1.3.0.dev'
52
53
54
class KernelProxy(object):
pyproject.toml
@@ -3,7 +3,7 @@
3
github_url = "https://github.com/minrk/allthekernels"
4
5
[tool.tbump.version]
6
-current = "1.2.0"
+current = "1.3.0.dev"
7
8
# Example of a semver regexp.
9
# Make sure this matches current_version before
0 commit comments