We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0e72f + 1d1db86 commit c7c256bCopy full SHA for c7c256b
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
long_description_content_type="text/markdown",
11
long_description=long_description,
12
packages=['datetimeparser'],
13
- version='0.1e0', # important is the zero at the end
+ version='0.2rc', # version number: https://peps.python.org/pep-0440/
14
license='MIT',
15
description='A parser library built for parsing the english language into datetime objects.',
16
author='Ari24',
@@ -33,4 +33,4 @@
33
'Programming Language :: Python :: 3.9',
34
'Programming Language :: Python :: 3.10'
35
],
36
-)
+)
0 commit comments