Skip to content

Commit 16f70d1

Browse files
committed
Back to dev
1 parent df5cfe4 commit 16f70d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

allthekernels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def foo():
4848
"""
4949

5050

51-
__version__ = '1.2.0'
51+
__version__ = '1.3.0.dev'
5252

5353

5454
class KernelProxy(object):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github_url = "https://github.com/minrk/allthekernels"
44

55
[tool.tbump.version]
6-
current = "1.2.0"
6+
current = "1.3.0.dev"
77

88
# Example of a semver regexp.
99
# Make sure this matches current_version before

0 commit comments

Comments
 (0)