Skip to content

Commit

Permalink
Change the version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wildlarva committed Jan 13, 2024
1 parent 081e471 commit 7a8391a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion src/mcdecoder/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1'
__version__ = '0.1.1'
"""Current version of mcdecoder"""
6 changes: 6 additions & 0 deletions src_docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
############################

****************************
0.1.1 (2024-01-13)
****************************

Support Python 3.11.

****************************
0.1 (2020-09-27)
****************************
Expand Down

0 comments on commit 7a8391a

Please sign in to comment.