Skip to content

Commit 5d0c92d

Browse files
committed
Bump version to 0.3.2.dev1
1 parent 272b853 commit 5d0c92d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_typing_update/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from enum import Flag, auto
77
from typing import NamedTuple
88

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

1212
version_str = '.'.join(map(str, version))
1313
if dev_version is not None:

0 commit comments

Comments
 (0)