Skip to content

Commit f45792b

Browse files
committed
Use correct __version__ on main branch after branch manipulations
1 parent 3c21642 commit f45792b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
# Version string must appear intact for hatch versioning
8-
__version__ = "6.30.0a0"
8+
__version__ = "7.0.0a1"
99

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

0 commit comments

Comments
 (0)