We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888c0b5 commit 1b13631Copy full SHA for 1b13631
MANIFEST.in
@@ -0,0 +1 @@
1
+include rio_tiler_mvt/*.pyx
rio_tiler_mvt/__init__.py
@@ -1,3 +1,3 @@
"""rio-tiler-mvt: MVT encoder."""
2
3
-__version__ = "0.0.1dev"
+__version__ = "0.0.1dev1"
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name="rio-tiler-mvt",
28
- version="0.0.1dev",
+ version="0.0.1dev1",
29
description=u"""A rio-tiler plugin to encode tile array to MVT""",
30
long_description=long_description,
31
long_description_content_type="text/markdown",
0 commit comments