Skip to content

Commit

Permalink
Merge pull request #51 from RhetTbull/release_0_4_0
Browse files Browse the repository at this point in the history
Release files for v0.4.0
  • Loading branch information
RhetTbull authored Nov 11, 2024
2 parents 628a160 + f6269fc commit c009a67
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 = 0.3.1
current_version = 0.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion photoscript/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
""" version info """

__version__ = "0.3.1"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "photoscript"
version = "0.3.1"
version = "0.4.0"
description = "Python wrapper around Apple Photos applescript interface"
authors = [{ name = "Rhet Turnbull", email = "rturnbull+git@gmail.com" }]
license = { text = "MIT License" }
Expand Down

0 comments on commit c009a67

Please sign in to comment.