Skip to content

Commit 279b55f

Browse files
committed
Version bump
1 parent 892f704 commit 279b55f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.2
2+
current_version = 1.3.3
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55

osxmetadata/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" osxmetadata version """
22

3-
__version__ = "1.3.2"
3+
__version__ = "1.3.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "osxmetadata"
3-
version = "1.3.2"
3+
version = "1.3.3"
44
description = "Read and write meta data, such as tags/keywords, Finder comments, etc. on MacOS files"
55
authors = ["Rhet Turnbull <[email protected]>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)