aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2019-08-15 21:20:49 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2019-08-15 21:20:49 +0200
commitb011a67388913d4de5e930a1777f4b225f73114b (patch)
tree395a263eff1962feb5699c3d2871ad71c7f6db3a
parente1cde9174a5ba42de8daccd7b74ea10093029220 (diff)
downloadTermIO-python-package-b011a67388913d4de5e930a1777f4b225f73114b.tar.gz
TermIO-python-package-b011a67388913d4de5e930a1777f4b225f73114b.zip
:truck: Move another file, update version number
-rw-r--r--TermIO/KeyCodes.py0
-rw-r--r--setup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/TermIO/KeyCodes.py b/TermIO/KeyCodes.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/TermIO/KeyCodes.py
diff --git a/setup.py b/setup.py
index f7d5aea..e3a476a 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name='TermIO',
- version='0.1.2',
+ version='0.1.3',
scripts=[],
author="jakobst1n",
author_email="jakob.stendahl@outlook.com",