Skip to content

Commit

Permalink
Push version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkdev committed Jun 24, 2021
1 parent 38101ae commit 0c31e8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name='dacite_ignore_case',
version='1.0.0',
version='1.0.1',
description='Extends dacite.from_dict with a ignore case function',
author='zkdev',
author_email='dev@zeekay.dev',
Expand All @@ -30,6 +30,5 @@
],
license='MIT',
python_requires='>=3.9.*',
package_dir={'': 'dacite_ignore_case'},
packages=setuptools.find_packages(where='dacite_ignore_case'),
packages=['dacite_ignore_case'],
)

0 comments on commit 0c31e8d

Please sign in to comment.