Skip to content

Commit fcf0de2

Browse files
committedFeb 17, 2024
chore: Bump package version to 0.3.0-dev
1 parent 150c086 commit fcf0de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name="urwidgets",
26-
version="0.2.0",
26+
version="0.3.0-dev",
2727
author="AnonymouX47",
2828
author_email="anonymoux47@gmail.com",
2929
url="https://github.com/AnonymouX47/urwidgets",

‎src/urwidgets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
parse_text,
3535
)
3636

37-
version_info = (0, 2, 0)
37+
version_info = (0, 3, 0, "dev")
3838

3939
# Follows https://semver.org/spec/v2.0.0.html
4040
__version__ = ".".join(map(str, version_info[:3]))

0 commit comments

Comments
 (0)