We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a580055 commit 4a9d080Copy full SHA for 4a9d080
ahkpy/__init__.py
@@ -42,4 +42,4 @@ def __getattr__(self, name):
42
remap_key = default_context.remap_key # noqa: F405
43
hotstring = default_context.hotstring # noqa: F405
44
45
-__version__ = "0.1"
+__version__ = "0.1.1"
docs/conf.py
@@ -22,7 +22,7 @@
22
author = "Sviatoslav Abakumov"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "0.1"
+release = "0.1.1"
26
27
28
# -- General configuration ---------------------------------------------------
0 commit comments