Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
danishi committed Jul 10, 2024
1 parent aa11841 commit 7b65365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3"
__version__ = "1.5.4"
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.3
version = 1.5.4
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 7b65365

Please sign in to comment.