Skip to content

Commit

Permalink
Merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Jul 31, 2021
2 parents b204340 + f03b857 commit d5e49fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "1.0"
version = "1.1"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion rip/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ progress_bar = "dainty"

[misc]
# Metadata to identify this config file. Do not change.
version = "1.0"
version = "1.1"
2 changes: 1 addition & 1 deletion streamrip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""streamrip: the all in one music downloader."""

__version__ = "1.0"
__version__ = "1.1"

from . import clients, constants, converter, media

0 comments on commit d5e49fd

Please sign in to comment.