浏览代码

version v0.2.0

fanch 1 年之前
父节点
当前提交
3e3ef57fa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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