Skip to content

Commit 40d2190

Browse files
authored
chore: bumping version (#90)
1 parent eb40c99 commit 40d2190

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Akshay Gupta"
2525

2626
# The short X.Y version
27-
version = "2024.10.0"
27+
version = "2025.1.0"
2828
# The full version, including alpha/beta/rc tags
2929
release = ""
3030

edgetest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package initialization."""
22

3-
__version__ = "2024.10.0"
3+
__version__ = "2025.1.0"
44

55
__title__ = "edgetest"
66
__description__ = "Bleeding edge dependency testing"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ lower = [
9494
# BUMPVER --------------------------------------------------------------------
9595

9696
[bumpver]
97-
current_version = "2024.10.0"
97+
current_version = "2025.1.0"
9898
version_pattern = "YYYY.MM.INC0"
9999

100100
[bumpver.file_patterns]

0 commit comments

Comments
 (0)