Skip to content

Commit

Permalink
Merge pull request #17 from cdce8p/dev
Browse files Browse the repository at this point in the history
Release v0.3.2
  • Loading branch information
cdce8p authored Mar 24, 2021
2 parents 272b853 + b02a999 commit 9a0e5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
release:
types:
- created
- published

env:
DEFAULT_PYTHON: 3.9
Expand Down
2 changes: 1 addition & 1 deletion python_typing_update/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from enum import Flag, auto
from typing import NamedTuple

version = (0, 3, 1)
version = (0, 3, 2)
dev_version = None # Set to `None` for release

version_str = '.'.join(map(str, version))
Expand Down

0 comments on commit 9a0e5e3

Please sign in to comment.