Skip to content

Commit ea900c3

Browse files
committed
0.1.0
1 parent aa3ea54 commit ea900c3

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
## 0.6.2 (2019-07-31)
1+
## 0.1.0 (2019-08-01)
22

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!
3+
- First release of the Mapbox Tilesets CLI :tada:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1212

1313
setup(name='tilesets-cli',
14-
version='0.6.2',
14+
version='0.1.0',
1515
description=u"CLI for interacting with and preparing data for the Tilesets API",
1616
long_description=long_description,
1717
classifiers=[],

0 commit comments

Comments
 (0)