소스 검색

0.22.1 version increment

Vince Salvino 3 년 전
부모
커밋
32a6c40efc
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", "22", "0", "", ""]
+release = ["0", "22", "1", "", ""]
 
 
 def _get_version() -> str: