prepare to merge back to trunk

This commit is contained in:
Glyph 2022-10-15 00:42:52 -07:00
parent 191ffbae5b
commit 0de1eaf2e3
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ Provides Incremental version information.
from incremental import Version
__version__ = Version("Incremental", 22, 10, 0)
__version__ = Version("Incremental", 22, 10, 0, post=0)
__all__ = ["__version__"]