Skip to content

Commit

Permalink
bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trojblue committed Aug 13, 2023
1 parent 62d2eb2 commit c8afa94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Unibox is a tool that aims to provide a unified interface for various common dai

**utils**:
- `UniLogger`: uniformed logger class
- `UniLoader`: uniformed data loader class
- `UniLoader`: uniformed data loader class (`unibox.loads(<any file>)`)
- `UniSaver`: uniformed data saver class (`unibox.saves(<any file>)`)

## Install

Expand Down
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 = "unibox"
version = "0.2.0"
version = "0.2.2"
description = "Unibox is a tool that aims to provide a unified interface for various common daily operations"
authors = ["yada <[email protected]>"]
license = "GPL-3.0"
Expand Down

0 comments on commit c8afa94

Please sign in to comment.