Skip to content

Commit

Permalink
setup.py: Increase version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DamZiobro committed Feb 2, 2021
1 parent 5081052 commit 32892dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ check: #check python package using twine tool

publish: build list check #publish python package to PyPI using twine tool
twine upload -r pypi dist/*

clean:
rm -rf awsinsights.egg-info build dist
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# This call to setup() does all the work
setup(
name="awsinsights",
version="1.0.0",
version="1.0.1",
description="Get, sort and analyse AWS CloudWatch logs from multiple log groups using AWS CloudWatch Insights service",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 32892dd

Please sign in to comment.