diff --git a/pyproject.toml b/pyproject.toml index c270724..5158723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "steam-details" -version = "1.0.0" +version = "1.1.0" description = "Displays some details for a steam app or a whole wishlist " authors = [ {name = "dodaucy", email = "dodaucy@gmail.com"}, diff --git a/src/steam_details/__init__.py b/src/steam_details/__init__.py index 5f2cb44..9ce321c 100644 --- a/src/steam_details/__init__.py +++ b/src/steam_details/__init__.py @@ -1,3 +1,3 @@ """Displays some details for a steam app or a whole wishlist.""" -__version__ = "1.0.0" +__version__ = "1.1.0"