Skip to content

Commit 87db4b3

Browse files
committed
Bump version to development
1 parent b11c895 commit 87db4b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uncle_nelson/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
MIT License. See LICENSE for details
88
"""
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.2.0a"
1111
__author__ = "codeofandrin"
1212
__copyright__ = "Copyright (c) 2025-present codeofandrin"
1313
__license__ = "MIT"
@@ -26,6 +26,6 @@ class VersionInfo(NamedTuple):
2626
serial: int
2727

2828

29-
version_info = VersionInfo(major=0, minor=2, patch=0, releaselevel="final", serial=0)
29+
version_info = VersionInfo(major=0, minor=2, patch=0, releaselevel="alpha", serial=0)
3030

3131
del VersionInfo, NamedTuple, Literal

0 commit comments

Comments
 (0)