From b5c4f19e31e283641aeeaac7fc8ec15ead628ffa Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Sun, 24 Jun 2018 23:09:26 -0700 Subject: [PATCH] Updated version to 8.0 --- README.rst | 2 +- atrcopy/_metadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 74d8800..6cc19a8 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ atari800 ``.car`` format Supported Compression/Container Formats --------------------------------------- -Starting with ``atrcopy`` 7.2, compressed disk images are supported +Starting with ``atrcopy`` 8.0, compressed disk images are supported transparently, so any type of disk image compressed with one of the supported container formats can be used directly, without first decompressing it before running ``atrcopy``. diff --git a/atrcopy/_metadata.py b/atrcopy/_metadata.py index 871baa4..26b0c05 100644 --- a/atrcopy/_metadata.py +++ b/atrcopy/_metadata.py @@ -1,4 +1,4 @@ -__version__ = "7.1" +__version__ = "8.0" __author__ = "Rob McMullen" __author_email__ = "feedback@playermissile.com" __url__ = "https://github.com/robmcmullen/atrcopy"