Skip to content

Commit 1ee0099

Browse files
committed
Bump version to 0.3.5
1 parent b6d3d14 commit 1ee0099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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, 4)
10-
dev_version = 0 # Set to `None` for release
9+
version = (0, 3, 5)
10+
dev_version = None # 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)