Skip to content

Commit

Permalink
python -m incremental.update Twisted --newversion
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 6, 2022
1 parent 8e47a4a commit a2af618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Twisted", 22, 8, 0, release_candidate=1)
__version__ = Version("Twisted", 22, 8, 0)
__all__ = ["__version__"]

0 comments on commit a2af618

Please sign in to comment.