Ver código fonte

bump version

Johan Edstedt 1 ano atrás
pai
commit
7906fb2eae
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
 setup(
     name="romatch",
     packages=find_packages(include=("romatch*",)),
-    version="0.0.1",
+    version="0.0.2",
     author="Johan Edstedt",
     install_requires=open("requirements.txt", "r").read().split("\n"),
 )