Skip to content

Commit

Permalink
feat: bump version, add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Apr 26, 2019
1 parent 2bdb8a2 commit 5af21f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
rm -rf dist/
python setup.py sdist
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def requirements():

setup(
name="swiggy_analytics",
version="1.5",
version="1.6",
description="A CLI for fetching past orders from Swiggy and performing basic stats in the terminal",
long_description=read_readme(),
# long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5af21f7

Please sign in to comment.