Increment dev version so we can upload again

This commit is contained in:
Hynek Schlawack 2022-12-19 15:57:10 +01:00
parent 9fbfe52def
commit a633a7b13b
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if sys.version_info < (3, 7): # pragma: no cover
DeprecationWarning,
)
__version__ = "22.2.0.dev0"
__version__ = "22.2.0.dev1"
__version_info__ = VersionInfo._from_version_string(__version__)
__title__ = "attrs"