diff --git a/Makefile b/Makefile index 18d08aab..3f7d1eaf 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ check_lint: && pydocstyle src/* wheel: clean $(shell echo "__pypi_version__ = \"$(PYPI_VERSION)\"\n__local_version__ = \"$(LOCAL_VERSION)\"" > src/ytdl_sub/__init__.py) + cat src/ytdl_sub/__init__.py pip3 install build python3 -m build docker_stage: wheel diff --git a/src/ytdl_sub/__init__.py b/src/ytdl_sub/__init__.py index 8c2cf3b8..a23675ef 100644 --- a/src/ytdl_sub/__init__.py +++ b/src/ytdl_sub/__init__.py @@ -1,2 +1,2 @@ -__pypi_version__ = "2023.02.20.post14" -__local_version__ = "2023.02.20+6896905" +__pypi_version__ = "2023.02.20.post12" +__local_version__ = "2023.02.20+5035825"