Skip to content

Commit

Permalink
Bump version: 1.0.0-dev0 → 1.0.0-dev1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bump2version-gha[bot] committed Dec 22, 2024
1 parent 256e1ad commit dc3bf60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0-dev0
current_version = 1.0.0-dev1
allow_dirty = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion soupsavvy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-dev0
1.0.0-dev1
2 changes: 1 addition & 1 deletion soupsavvy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
XPathSelector,
)

__version__ = "1.0.0-dev0"
__version__ = "1.0.0-dev1"
__author__ = "sewcio543"

__all__ = [
Expand Down

0 comments on commit dc3bf60

Please sign in to comment.