From 15ad595ad12c14b35a041eeafd495ce2d56a590c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 9 Sep 2020 07:02:50 +0800 Subject: [PATCH] Updated the version in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7275b66..892a743 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="mia-accounting", - version="0.0.1", + version="0.0.2", author="imacat", author_email="imacat@mail.imacat.idv.tw", description="A Django accounting application",