You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The __version__ attribute appears to show 1.4 for all releases.
$ python -m pip show roman
Name: roman
Version: 4.2
Summary: Integer to Roman numerals converter
Home-page: https://github.com/zopefoundation/roman
Author: Mark Pilgrim
Author-email:
License: ZPL 2.1
...
>>> import roman
>>> roman.__version__
'1.4'
The text was updated successfully, but these errors were encountered:
The
__version__
attribute appears to show 1.4 for all releases.The text was updated successfully, but these errors were encountered: