Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 6679:358dda66e806
bump version to 2.2.0a0
Make sure the current code isn't deployed claiming its 2.1.0.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 17 May 2022 14:06:42 -0400 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
