Skip to content

Commit 4a9d080

Browse files
committed
Bump version to 0.1.1
1 parent a580055 commit 4a9d080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ahkpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def __getattr__(self, name):
4242
remap_key = default_context.remap_key # noqa: F405
4343
hotstring = default_context.hotstring # noqa: F405
4444

45-
__version__ = "0.1"
45+
__version__ = "0.1.1"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Sviatoslav Abakumov"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.1"
25+
release = "0.1.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)