Skip to content

Commit

Permalink
Update package version after merge of #63
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu authored Oct 21, 2024
1 parent 66077d4 commit afa6b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
import subprocess

__version__ = "2.2.8"
__version__ = "2.2.9"

this_directory = Path(__file__).parent
long_description = (this_directory/'README.md').read_text()
Expand Down

0 comments on commit afa6b0c

Please sign in to comment.