Skip to content

Commit

Permalink
Bump version: 1.1.1 → 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 10, 2021
1 parent 1b247c9 commit 9487cf7
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 = 1.1.1
current_version = 1.1.2
commit = true
tag = true

Expand Down
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.1"
version = "1.1.2"
description = "Fix broken filesystem permissions"
authors = ["Lev Gorodetskiy <github@droserasprout.space>"]
readme = "README.md"
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 @@ -33,7 +33,7 @@
"boot/amd-ucode.img",
]

__version__ = "1.1.1"
__version__ = "1.1.2"

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

0 comments on commit 9487cf7

Please sign in to comment.