Mercurial > p > roundup > code
view roundup/anypy/__init__.py @ 8497:9d1fde7a4bea
build: bump codecov/codecov-action from 5.5.1 to 5.5.2 (PR #76)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 15 Dec 2025 09:45:32 -0500 |
| parents | 868db43b302a |
| children |
line wrap: on
line source
""" roundup.anypy - compatibility layer for any Python 2.3+ """ VERSION = '.'.join(map(str, (0, 3, )))
