diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-04-26 11:47:44 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-04-26 11:47:44 +0200 |
commit | 103d2bfcb764fa601f9032cb73cc59cbc3e145c6 (patch) | |
tree | 24dbbd075a3fdb81b03d2572983e4f23cd72e9c2 | |
parent | e06dafdc92d6999ca405bc6ae0ee6e60f21811a6 (diff) | |
download | unixreg-103d2bfcb764fa601f9032cb73cc59cbc3e145c6.tar.gz unixreg-103d2bfcb764fa601f9032cb73cc59cbc3e145c6.zip |
-rw-r--r-- | unixreg/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unixreg/__init__.py b/unixreg/__init__.py index 73733c3..ee0be52 100644 --- a/unixreg/__init__.py +++ b/unixreg/__init__.py @@ -2,7 +2,7 @@ __init__ """ -__version__ = "0.1.1" +__version__ = "0.1.2" # upwards compatibility with winreg |