Skip to content

Commit

Permalink
Version 24.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 18, 2024
1 parent fb683a2 commit edc3448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/treq/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

# This file is auto-generated! Do not edit!
# Use `python -m incremental.update treq` to change this file.
# Use `incremental` to change this file.

from incremental import Version

__version__ = Version("treq", 23, 11, 0)
__version__ = Version("treq", 24, 9, 0)
__all__ = ["__version__"]

0 comments on commit edc3448

Please sign in to comment.