Skip to content

Commit 02d73c2

Browse files
committed
Update to version 1.3.0
1 parent 363de7d commit 02d73c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snapmap-archiver"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "Download all Snapmaps content from a specific location."
55
readme = "README.md"
66
authors = ["king-millez <[email protected]>"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='snapmap-archiver',
10-
version='1.2.1',
10+
version='1.3.0',
1111
description='Download all Snapmaps content from a specific location.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
@@ -20,4 +20,4 @@
2020
],
2121
packages=find_packages(),
2222
python_requires='>=3.6'
23-
)
23+
)

0 commit comments

Comments
 (0)