Skip to content

Commit

Permalink
Update version to 7.0.0
Browse files Browse the repository at this point in the history
Main contains semver major changes. Updating version to reflect this.
  • Loading branch information
mlucool committed May 23, 2024
1 parent a7d66ae commit d72af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List

# Version string must appear intact for hatch versioning
__version__ = "6.29.3"
__version__ = "7.0.0"

# 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 d72af0a

Please sign in to comment.