Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Oct 16, 2019
1 parent aef44a3 commit 02fbee6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="pymbtiles",
version="0.4.0",
version="0.5.0",
packages=["pymbtiles"],
url="https://github.com/consbio/pymbtiles",
license="ISC",
Expand All @@ -13,8 +13,6 @@
long_description_content_type="text/markdown",
long_description=open("README.md").read(),
install_requires=[],
extras_require={
'test': ['pytest', 'pytest-cov'],
},
extras_require={"test": ["pytest", "pytest-cov"]},
include_package_data=True,
)

0 comments on commit 02fbee6

Please sign in to comment.