Skip to content

Commit

Permalink
Updated bump2version
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Jan 15, 2023
1 parent eabaa3b commit 8375f94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ serialize = {major}.{minor}.{patch}
[bumpversion:file:photoscript/_version.py]
parse = __version__\s=\s\"(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\"
serialize = {major}.{minor}.{patch}

[bumpversion:file:pyproject.toml]
parse = version\s=\s\"(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\"
serialize = {major}.{minor}.{patch}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoscript"
version = "0.2.1"
version = "0.3.0"
description = "Python wrapper around Apple Photos applescript interface"
authors = ["Rhet Turnbull <rturnbull+git@gmail.com>"]
license = "MIT License"
Expand Down

0 comments on commit 8375f94

Please sign in to comment.