Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danishi committed Apr 21, 2024
1 parent d8495fb commit d54cbc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*
twine upload dist/*
- name: Sleep for 60 seconds 💤
run: sleep 60s
Expand Down
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from app.dynamodb import csv_import, csv_export, truncate, move

__version__ = "1.5.2"
__version__ = "1.5.3"
config_file = "config.ini"


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dynamodb-csv
version = 1.5.2
version = 1.5.3
description = A utility that allows CSV import / export to DynamoDB on the command line
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit d54cbc3

Please sign in to comment.