Skip to content

Commit

Permalink
Updated for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 22, 2023
1 parent 706202f commit c7f43c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0
current_version = 0.3.1
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.0"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoscript"
version = "0.3.0"
version = "0.3.1"
description = "Python wrapper around Apple Photos applescript interface"
authors = ["Rhet Turnbull <[email protected]>"]
license = "MIT License"
Expand Down Expand Up @@ -38,7 +38,7 @@ build = "^0.8.0"
twine = "^4.0.1"
Sphinx = "^5.2.3"
sphinx-rtd-theme = "^1.0.0"
m2r2 = "^0.3.0"
m2r2 = "^0.3.1"
bump2version = "^1.0.1"

[build-system]
Expand Down

0 comments on commit c7f43c6

Please sign in to comment.