Skip to content

Commit d0fa42d

Browse files
committed
Update version to v0.3.0
1 parent b94f421 commit d0fa42d

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, 2, 1)
10-
dev_version = 1
9+
version = (0, 3, 0)
10+
dev_version = None
1111

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

0 commit comments

Comments
 (0)