Skip to content

Commit

Permalink
release 0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
nggit committed Nov 21, 2024
1 parent 7e9a76b commit 516dc4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpout/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2024 nggit

__version__ = '0.0.55'
__version__ = '0.0.60'
__all__ = ('HTTPOut',)

from .httpout import HTTPOut # noqa: E402
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = """\
requires-python = '>=3.7'
dependencies = [
'awaiter',
'tremolo>=0.0.774',
'tremolo>=0.0.777',
]
license = { text = 'MIT License' }
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
awaiter
tremolo>=0.0.774
tremolo>=0.0.777

0 comments on commit 516dc4a

Please sign in to comment.