We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363de7d commit 02d73c2Copy full SHA for 02d73c2
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "snapmap-archiver"
3
-version = "1.2.1"
+version = "1.3.0"
4
description = "Download all Snapmaps content from a specific location."
5
readme = "README.md"
6
authors = ["king-millez <[email protected]>"]
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='snapmap-archiver',
10
- version='1.2.1',
+ version='1.3.0',
11
description='Download all Snapmaps content from a specific location.',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
@@ -20,4 +20,4 @@
20
],
21
packages=find_packages(),
22
python_requires='>=3.6'
23
-)
+)
0 commit comments