Skip to content

Commit

Permalink
v1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
quandyfactory authored Dec 23, 2022
1 parent d4d046e commit 5742af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup

version = '1.7.15'
version = '1.7.16'

with open('README.md') as readme:
long_description = readme.read()
Expand All @@ -16,4 +16,5 @@
url = 'https://github.com/quandyfactory/dicttoxml',
py_modules = ['dicttoxml'],
platforms='Cross-platform',
python_requires=">=3.6",
)

0 comments on commit 5742af6

Please sign in to comment.