Skip to content

Commit f4e8dba

Browse files
committed
Version 0.2.1:
- Add support for `python>=3.7`
1 parent 97a1fd0 commit f4e8dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytermgui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__all__ += _inspector_all
4343
__all__ += _serializer_all
4444
__all__ += _exceptions_all
45-
__version__ = "0.2.0"
45+
__version__ = "0.2.1"
4646

4747

4848
def _macro_align(item: str) -> str:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pytermgui",
5-
version="0.2.0",
5+
version="0.2.1",
66
include_package_data=True,
77
packages=["pytermgui", "pytermgui/widgets"],
88
license="MIT",

0 commit comments

Comments
 (0)