Skip to content

Commit

Permalink
chore: bump to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
longxiaofei committed Jan 16, 2024
1 parent ce53017 commit 7703924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kanaries_track/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


__all__ = ["track", "config"]
__version__ = "0.0.3"
__version__ = "0.0.4"

_logger = _logging.getLogger("kanaries_track")

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"dateutils==0.6.12",
"requests==2.31.0",
"backoff==2.2.1"
"dateutils>=0.6.12",
"requests>=2.31.0",
"backoff>=2.2.1"
]
[project.urls]
homepage = "https://github.com/Kanaries/kanaries-track"
Expand Down

0 comments on commit 7703924

Please sign in to comment.