Browse Source

Bumping version for 0.9.1 release

Vince Salvino 6 years ago
parent
commit
5cd00e67a6
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.9.0',
+    version='0.9.1',
     packages=find_packages(),
     include_package_data=True,
     license='BSD License',