From 885c2e40e138a1f19050da763f567cbd58a51cc3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sun, 1 May 2022 09:42:33 +0100 Subject: [PATCH] changelog added. fixes #2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d08d90..48cf866 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="mair_remote", - version="0.1", + version="0.1.0", description="MAIR Remote Python API", packages=["mair"], install_requires=["python-osc"],