Downgraded version number in setup.py (trying to make github actions workflow work with bump2version following PR 69 instructions)

pull/76/head
Marcelo Prates 2021-10-18 17:48:58 -03:00
rodzic 4a9e2ac7df
commit 422b4adcdd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ parent_dir = Path(__file__).resolve().parent
setup(
name="prettymaps",
version="v0.1.3",
version="v0.1.2",
description="A simple python library to draw pretty maps from OpenStreetMap data",
long_description=parent_dir.joinpath("README.md").read_text(),
long_description_content_type="text/markdown",