Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Venkatesh committed Dec 10, 2019
1 parent 70d7185 commit 563be5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lakecli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/dblintio/lakecli",
url="https://github.com/tokern/lakecli",
install_requires=install_requirements,
entry_points={
'console_scripts': ['lakecli = lakecli.main:cli'],
Expand Down

0 comments on commit 563be5b

Please sign in to comment.