Skip to content

Commit 9a0e5e3

Browse files
authored
Merge pull request #17 from cdce8p/dev
Release v0.3.2
2 parents 272b853 + b02a999 commit 9a0e5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
release:
55
types:
6-
- created
6+
- published
77

88
env:
99
DEFAULT_PYTHON: 3.9

python_typing_update/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from enum import Flag, auto
77
from typing import NamedTuple
88

9-
version = (0, 3, 1)
9+
version = (0, 3, 2)
1010
dev_version = None # Set to `None` for release
1111

1212
version_str = '.'.join(map(str, version))

0 commit comments

Comments
 (0)