From 8dd74cd698aab4ab2bb0218ec76566629417de7b Mon Sep 17 00:00:00 2001 From: Thomas Wilson Date: Sun, 29 Dec 2019 18:09:26 +0800 Subject: [PATCH] setup.py to v0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33031b8..86c8570 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='config-spec', - version='0.3dev', + version='0.3', description='', url='https://git.distreon.net/novirium/config-spec', author='novirium',