Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adilosa committed Jun 30, 2020
1 parent 91bc32d commit a4da5f2
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
twine = "*"

[requires]
python_version = "3.6"
python_version = "3.8"

[packages]
click = "*"
147 changes: 118 additions & 29 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='dynamo-json',
version='1.0.0',
version='1.2.0',
description='Swap between DynamoDB JSON and normal JSON',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -23,7 +23,11 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='dynamo json dynamodb', # Optional
py_modules=["dynamo_json", "cli"],
Expand Down

0 comments on commit a4da5f2

Please sign in to comment.