Skip to content

Commit

Permalink
chore: bumping version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-gupta authored Jan 13, 2025
1 parent eb40c99 commit 40d2190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Akshay Gupta"

# The short X.Y version
version = "2024.10.0"
version = "2025.1.0"
# The full version, including alpha/beta/rc tags
release = ""

Expand Down
2 changes: 1 addition & 1 deletion edgetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package initialization."""

__version__ = "2024.10.0"
__version__ = "2025.1.0"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ lower = [
# BUMPVER --------------------------------------------------------------------

[bumpver]
current_version = "2024.10.0"
current_version = "2025.1.0"
version_pattern = "YYYY.MM.INC0"

[bumpver.file_patterns]
Expand Down

0 comments on commit 40d2190

Please sign in to comment.