Skip to content

Commit

Permalink
Renamed project to drop video
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jul 9, 2023
1 parent 75ef349 commit 7ff4de6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion karaoke_generator/utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main():
"input_path", nargs="?", help="The audio file path or YouTube URL to make karaoke version of.", default=argparse.SUPPRESS
)

package_version = pkg_resources.get_distribution("karaoke-video-generator").version
package_version = pkg_resources.get_distribution("karaoke-generator").version
parser.add_argument("-v", "--version", action="version", version=f"%(prog)s {package_version}")
parser.add_argument("--log_level", default="INFO", help="Optional: Logging level, e.g. info, debug, warning. Default: INFO")

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-video-generator"
version = "0.4.0"
name = "karaoke-generator"
version = "0.4.1"
description = "Fully automated creation of _acceptable_ karaoke music videos from any music on YouTube, using open source tools and AI (e.g. Whisper and MDX-Net)"
authors = ["Andrew Beveridge <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 7ff4de6

Please sign in to comment.