Explorar o código

Bump version to 4.1.0

Vince Salvino hai 4 meses
pai
achega
d2715bf161
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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", "1", "", ""]
+release = ["4", "1", "0", "", ""]
 
 
 def _get_version() -> str: