Skip to content

Commit

Permalink
Release 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xl0 committed Feb 7, 2024
1 parent 61f2cea commit 583a7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lovely_numpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.10"
__version__ = "0.2.11"

from .repr_str import *
from .repr_rgb import *
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = lovely-numpy
lib_name = lovely-numpy
version = 0.2.10
version = 0.2.11
min_python = 3.7
license = MIT

Expand Down

0 comments on commit 583a7ab

Please sign in to comment.