Browse Source

Increment version number

Cory Sutyak 6 years ago
parent
commit
da1acfb2e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 
 setup(
     name='coderedcms',
-    version='0.7.0',
+    version='0.7.1',
     packages=find_packages(),
     include_package_data=True,
     license='BSD License',