Skip to content

Commit

Permalink
chore: update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Mar 7, 2025
1 parent 4e54f49 commit 91eb180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from filip.config import settings
from filip.clients.ngsi_v2 import HttpClient

__version__ = "0.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

SETUP_REQUIRES = INSTALL_REQUIRES.copy()

VERSION = "0.6.1"
VERSION = "0.6.2"

setuptools.setup(
name="filip",
Expand Down

0 comments on commit 91eb180

Please sign in to comment.