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.
2 parents 272b853 + b02a999 commit 9a0e5e3Copy full SHA for 9a0e5e3
.github/workflows/release.yaml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
release:
5
types:
6
- - created
+ - published
7
8
env:
9
DEFAULT_PYTHON: 3.9
python_typing_update/const.py
@@ -6,7 +6,7 @@
from enum import Flag, auto
from typing import NamedTuple
-version = (0, 3, 1)
+version = (0, 3, 2)
10
dev_version = None # Set to `None` for release
11
12
version_str = '.'.join(map(str, version))
0 commit comments