Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Aug 1, 2019
1 parent aa3ea54 commit ea900c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
## 0.6.2 (2019-07-31)
## 0.1.0 (2019-08-01)

- Requirement specifiers for the library are relaxed a bit, making this package
easier to install alongside other packages.

## 0.1.0

First release of the Mapbox Tilesets CLI tool :tada:. Includes all the things!
- First release of the Mapbox Tilesets CLI :tada:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='tilesets-cli',
version='0.6.2',
version='0.1.0',
description=u"CLI for interacting with and preparing data for the Tilesets API",
long_description=long_description,
classifiers=[],
Expand Down

0 comments on commit ea900c3

Please sign in to comment.