Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dopebnan committed Apr 13, 2024
1 parent e565bbe commit f792b94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
AGenius.py follows [semantic versioning](https://semver.org).

## 4.0.2 (2024-04-13)

### Fixed
- Lyrics are now stripped of metadata and random embeds and stuffs

## 4.0.1 (2022-04-26)

Expand Down
2 changes: 1 addition & 1 deletion agenius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

# flake8: noqa
__version__ = "4.0.1"
__version__ = "4.0.2"
__author__ = "dopebnan"

from .main import Genius
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="agenius",
version="4.0.1",
version="4.0.2",
description="A LyricsGenius fork with async ready features.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f792b94

Please sign in to comment.