Skip to content

Commit

Permalink
Update to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GigantPro committed Apr 12, 2023
1 parent 69b3e93 commit beb5117
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,3 @@ $ git clone https://github.com/GigantPro/frozenclass.git; cd frozenclass-main
$ poetry run build; cd dist
$ pip install $(ls -Art | tail -n 1)
```

## poetry install:
```bash
$ pip install poetry
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frozenclass"
version = "0.0.8"
version = "0.0.9"
description = "Python module for convenient storage of classes in files."
authors = ["GigantPro <[email protected]>"]
license = "The GPLv3 License (GPLv3)"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"""
:authors: GigantPro
:license: The GPLv3 License (GPLv3), see LICENSE file
:license: The GPLv3 License (GPLv3)
:copyright: (c) 2023 Xiver organization
"""

Expand Down

0 comments on commit beb5117

Please sign in to comment.