Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 15, 2021
1 parent 7a44851 commit 161db3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = true
tag = true

Expand All @@ -9,4 +9,4 @@ replace = version = "{new_version}"

[bumpversion:file:src/pacman_fix_permissions/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
replace = __version__ = "{new_version}"
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 = "pacman-fix-permissions"
version = "1.1.0"
version = "1.1.1"
description = "fix broken filesystem permissions"
authors = ["Lev Gorodetskiy <github@droserasprout.space>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/pacman_fix_permissions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import zstandard as zstd


__version__ = "1.1.0"
__version__ = "1.1.1"

logging.basicConfig(level=logging.INFO, format="%(message)s")
logger = logging.getLogger()
Expand Down

0 comments on commit 161db3f

Please sign in to comment.