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 133f25f commit 892e76eCopy full SHA for 892e76e
aum/version.py
@@ -1,5 +1,5 @@
1
MAJOR = "1"
2
MINOR = "0"
3
-PATCH = "1"
+PATCH = "2"
4
5
VERSION = f'{MAJOR}.{MINOR}.{PATCH}'
0 commit comments