Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inn0le committed Mar 12, 2020
1 parent 7acce22 commit e5e6b43
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 = 0.2.0
current_version = 0.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion i3_xkb_switcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"
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 = "i3-xkb-switcher"
version = "0.2.0"
version = "0.2.1"
description = "Keyboard layout switcher for i3 windows"
authors = ["Innokenty Lebedev"]
repository = "https://github.com/inn0kenty/i3-xkb-switcher"
Expand Down

0 comments on commit e5e6b43

Please sign in to comment.