diff --git a/README.md b/README.md index 3523b1b..85c9d03 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ It is now independent from athrill. ## Requirements -- Python 3.8 (with pip) +- Python 3.8 and above (with pip) ## Installation ```bash -python3.8 -m pip install mcdecoder +python3 -m pip install mcdecoder ``` ## License diff --git a/setup.py b/setup.py index 675b1f8..c74eac2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='mcdecoder', - version='0.1', + version='0.1.1', packages=find_packages( 'src', exclude=['test', 'test.*', '*.test', '*.test.*']), package_dir={'': 'src'}, diff --git a/src/mcdecoder/__version__.py b/src/mcdecoder/__version__.py index f878254..f5c1374 100644 --- a/src/mcdecoder/__version__.py +++ b/src/mcdecoder/__version__.py @@ -1,2 +1,2 @@ -__version__ = '0.1' +__version__ = '0.1.1' """Current version of mcdecoder""" diff --git a/src_docs/changelog.rst b/src_docs/changelog.rst index 6828866..4bd2a22 100644 --- a/src_docs/changelog.rst +++ b/src_docs/changelog.rst @@ -2,6 +2,12 @@ Changelog ############################ +**************************** +0.1.1 (2024-01-13) +**************************** + +Support Python 3.11. + **************************** 0.1 (2020-09-27) ****************************