Skip to content

Commit 5fc8925

Browse files
authored
Update setup.py
1 parent b780cbd commit 5fc8925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='address_name_system',
5-
version='0.2.2',
5+
version='0.2.3',
66
description="""Mapping Addresses to Dynamic IPs, Simplified""",
77
long_description_content_type="text/markdown",
88
include_package_data=True,
@@ -20,4 +20,4 @@
2020
'console_scripts': ['ans=address_name_system.address_name_system:main'],
2121
},
2222
python_requires=">= 3",
23-
zip_safe=False)
23+
zip_safe=False)

0 commit comments

Comments
 (0)