changelog added.

fixes #2
This commit is contained in:
onyx-and-iris 2022-05-01 09:42:33 +01:00
parent 550b8c4240
commit 885c2e40e1

View File

@ -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"],