Skip to content

Commit

Permalink
Increased version from 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fortysix2ahead committed Nov 11, 2023
1 parent e23eb87 commit 8f2cf2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "synophotos"
authors = [{ name = "fortysix2ahead", email = "[email protected]" }]
maintainers = [{ name = "fortysix2ahead", email = "[email protected]" }]
version = "0.1.1"
version = "0.1.2"
description = "Command Line Interface Client for Synology Photos"
readme = "README.md"
keywords = ["synology", "photos", "terminal", "cli", "command line"]
Expand Down Expand Up @@ -51,7 +51,7 @@ requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.bumpver]
current_version = "0.1.1"
current_version = "0.1.2"
version_pattern = "MAJOR.MINOR.PATCH[-INC0]"
commit_message = "Increased version from {old_version} to {new_version}"
tag_message = "rel-{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion synophotos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from synophotos.ui import dataclass_table
from synophotos.webservice import SynoSession, WebService

__version__ = '0.1.1'
__version__ = '0.1.2'

log = getLogger( __name__ )

Expand Down

0 comments on commit 8f2cf2f

Please sign in to comment.