Skip to content

Commit 02fbee6

Browse files
committed
Bump version number
1 parent aef44a3 commit 02fbee6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="pymbtiles",
6-
version="0.4.0",
6+
version="0.5.0",
77
packages=["pymbtiles"],
88
url="https://github.com/consbio/pymbtiles",
99
license="ISC",
@@ -13,8 +13,6 @@
1313
long_description_content_type="text/markdown",
1414
long_description=open("README.md").read(),
1515
install_requires=[],
16-
extras_require={
17-
'test': ['pytest', 'pytest-cov'],
18-
},
16+
extras_require={"test": ["pytest", "pytest-cov"]},
1917
include_package_data=True,
2018
)

0 commit comments

Comments
 (0)