view roundup/anypy/__init__.py @ 7689:29dba38a852a

chore: update the sha256 sum for the newest python:3-alpine image
author John Rouillard <rouilj@ieee.org>
date Mon, 30 Oct 2023 21:57:21 -0400
parents 868db43b302a
children
line wrap: on
line source

"""
roundup.anypy - compatibility layer for any Python 2.3+
"""
VERSION = '.'.join(map(str,
                       (0,
                        3,
                        )))

Roundup Issue Tracker: http://roundup-tracker.org/