Skip to content

Commit

Permalink
bump 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari committed Aug 9, 2021
1 parent 3013ef0 commit 6006c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
twine upload dist/*
twine upload dist/* --verbose
2 changes: 1 addition & 1 deletion salesforce_timecard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "salesforce-timecard"
__description__ = "PSE Timecard CLI"
__url__ = "https://github.com/giuliocalzolari/salesforce-timecard"
__version__ = "2.0.0"
__version__ = "2.0.2"
__author__ = "giuliocalzolari"
__author_email__ = "giuliocalzolari@users.noreply.github.com"
__license__ = "WTFPL"
Expand Down

0 comments on commit 6006c9c

Please sign in to comment.