Browse Source

Bump version to 4.0.1

Vince Salvino 8 months ago
parent
commit
7d69c98627
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

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