Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arcctgx committed Feb 3, 2024
1 parent 7cf0012 commit f59a27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for a given CD from the database, and displays a report which compares them.
This example demonstrates the typical use case of `arver`: verification of
files just ripped from a CD.

![Animated ARver usage example](https://raw.githubusercontent.com/arcctgx/arver/v1.1.0/doc/arver_usage.gif)
![Animated ARver usage example](https://raw.githubusercontent.com/arcctgx/arver/v1.2.0/doc/arver_usage.gif)

The tracks have been ripped using `cdparanoia` prior to running `arver`.
AccurateRip disc ID is calculated based on the TOC of the CD which still is
Expand Down
2 changes: 1 addition & 1 deletion arver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Main ARver package."""

APPNAME = 'ARver'
VERSION = 'v1.2.0.dev0'
VERSION = 'v1.2.0'
URL = 'https://github.com/arcctgx/ARver'

0 comments on commit f59a27b

Please sign in to comment.