Skip to content

Commit c7c256b

Browse files
authored
Merge pull request #130 from aridevelopment-de/dev
Fixed version number
2 parents ba0e72f + 1d1db86 commit c7c256b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description_content_type="text/markdown",
1111
long_description=long_description,
1212
packages=['datetimeparser'],
13-
version='0.1e0', # important is the zero at the end
13+
version='0.2rc', # version number: https://peps.python.org/pep-0440/
1414
license='MIT',
1515
description='A parser library built for parsing the english language into datetime objects.',
1616
author='Ari24',
@@ -33,4 +33,4 @@
3333
'Programming Language :: Python :: 3.9',
3434
'Programming Language :: Python :: 3.10'
3535
],
36-
)
36+
)

0 commit comments

Comments
 (0)