We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ea54 commit ea900c3Copy full SHA for ea900c3
CHANGELOG.md
@@ -1,8 +1,3 @@
1
-## 0.6.2 (2019-07-31)
+## 0.1.0 (2019-08-01)
2
3
-- Requirement specifiers for the library are relaxed a bit, making this package
4
- easier to install alongside other packages.
5
-
6
-## 0.1.0
7
8
-First release of the Mapbox Tilesets CLI tool :tada:. Includes all the things!
+- First release of the Mapbox Tilesets CLI :tada:
setup.py
@@ -11,7 +11,7 @@ def read(fname):
11
return open(os.path.join(os.path.dirname(__file__), fname)).read()
12
13
setup(name='tilesets-cli',
14
- version='0.6.2',
+ version='0.1.0',
15
description=u"CLI for interacting with and preparing data for the Tilesets API",
16
long_description=long_description,
17
classifiers=[],
0 commit comments