Updated version to 8.0

This commit is contained in:
Rob McMullen 2018-06-24 23:09:26 -07:00
parent 6e7497b3d3
commit b5c4f19e31
2 changed files with 2 additions and 2 deletions

View File

@ -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``.

View File

@ -1,4 +1,4 @@
__version__ = "7.1"
__version__ = "8.0"
__author__ = "Rob McMullen"
__author_email__ = "feedback@playermissile.com"
__url__ = "https://github.com/robmcmullen/atrcopy"