Skip to content

Commit

Permalink
fix: new release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunderline committed Mar 19, 2023
1 parent 17410de commit 8099b19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions persian_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Ali Madihi (mrunderline)'
__version__ = '0.0.10'
__date__ = '2021-12-03'
__version__ = '0.0.11'
__date__ = '2023-03-19'

from persian_tools import *
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = persian_tools
version = 0.0.10
version = 0.0.11
author = Ali Madihi (mrunderline)
author_email = [email protected]
description = An anthology of a variety of tools for the Persian language in Python
Expand All @@ -13,12 +13,13 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Utilities

[options]
python_requires = >=3.5
python_requires = >=3.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author='Ali Madihi (mrunderline)',
author_email='[email protected]',
url='https://github.com/persian-tools/py-persian-tools',
download_url='https://github.com/persian-tools/py-persian-tools/archive/v0.0.10.zip',
download_url='https://github.com/persian-tools/py-persian-tools/archive/v0.0.11.zip',
keywords=['digits', 'commas', 'iranian bank', 'card number', 'national id', 'national code', 'ordinal suffix'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 8099b19

Please sign in to comment.