Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 466df4e

Browse files
authored
Update setup.py
1 parent e79e5e2 commit 466df4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
setuptools.setup(
88
name = 'datify',
99
packages = setuptools.find_packages(),
10-
version = '1.0.1',
10+
version = '1.0.2',
1111
license='Apache-2.0',
1212
description = 'Module that allows extracting valid date from user input.',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author = 'Dmitry Popov',
1616
author_email = 'thedmitryp@ukr.net',
1717
url = 'https://github.com/MitryP/datify',
18-
download_url = 'https://github.com/MitryP/datify/archive/refs/tags/1.01.tar.gz',
18+
download_url = 'https://github.com/MitryP/datify/archive/refs/tags/1.0.2.tar.gz',
1919
keywords = ['str', 'string', 'user-experience', 'user-input', 'date', 'date-strings', 'datify', 'alpha-month', 'month', 'engligh', 'russian', 'ukrainian', 'natural-language', 'open-source'],
2020
install_requires=[],
2121
classifiers=[
@@ -32,4 +32,4 @@
3232
'Programming Language :: Python :: 3.7',
3333
'Programming Language :: Python :: 3.8',
3434
],
35-
)
35+
)

0 commit comments

Comments
 (0)