We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70a4e6 commit ec38079Copy full SHA for ec38079
sonyflake/about.py
@@ -1,8 +1,8 @@
1
from typing import Dict
2
3
MAJOR: int = 1
4
-MINOR: int = 2
5
-PATCH: int = 1
+MINOR: int = 3
+PATCH: int = 0
6
SUFFIX: str = ""
7
8
NAME: str = "sonyflake-py"
0 commit comments