Переглянути джерело

Version bump for development

Vince Salvino 4 роки тому
батько
коміт
723d67c8c3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

@@ -14,7 +14,7 @@ Maintains version of coderedcms.
 
 See: https://www.python.org/dev/peps/pep-0440/
 """
-release = ["0", "19", "0", "rc1", ""]
+release = ["0", "20", "0", "", "dev0"]
 
 
 def _get_version() -> str: