Skip to content

Commit

Permalink
chore: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tibue99 committed Jun 6, 2024
1 parent 4ba1137 commit 5aade08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiebot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "cookiebot"
__license__ = "MIT"
__version__ = "0.0.1"
__version__ = "0.1.0"

from .api import CookieAPI
from .errors import *
Expand Down

0 comments on commit 5aade08

Please sign in to comment.