Skip to content

Commit fc70318

Browse files
committed
bump version
1 parent 9ce67ff commit fc70318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flogin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "flogin"
22
__author__ = "cibere"
3-
__version__ = "0.0.3a"
3+
__version__ = "0.0.3"
44

55

66
from typing import Literal, NamedTuple
@@ -21,6 +21,6 @@ class VersionInfo(NamedTuple):
2121
releaselevel: Literal["alpha", "beta", "candidate", "final"]
2222

2323

24-
version_info: VersionInfo = VersionInfo(major=0, minor=0, micro=1, releaselevel="final")
24+
version_info: VersionInfo = VersionInfo(major=0, minor=0, micro=3, releaselevel="final")
2525

2626
del NamedTuple, Literal, VersionInfo

0 commit comments

Comments
 (0)