Browse Source

petites modifs

fanch 1 year ago
parent
commit
ab75b14814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -29,7 +29,7 @@ def get_files(path):
 
 setup(
     name="djangotools",
-    version="0.2.0",
+    version="0.2.1",
     description="A short description of the project.",
     author="François GAUTRAIS",
     install_requires=install_requires,