From 8099b19810149c074e9f2ad745ddf0bea4ec1508 Mon Sep 17 00:00:00 2001 From: ali madihi Date: Sun, 19 Mar 2023 23:48:54 +0330 Subject: [PATCH] fix: new release updates --- persian_tools/__init__.py | 4 ++-- setup.cfg | 7 ++++--- setup.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/persian_tools/__init__.py b/persian_tools/__init__.py index 2f80278..c8d0456 100644 --- a/persian_tools/__init__.py +++ b/persian_tools/__init__.py @@ -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 * diff --git a/setup.cfg b/setup.cfg index bfd84ad..791ee68 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = persian_tools -version = 0.0.10 +version = 0.0.11 author = Ali Madihi (mrunderline) author_email = alimadihib@gmail.com description = An anthology of a variety of tools for the Persian language in Python @@ -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 diff --git a/setup.py b/setup.py index 319d573..65b9f01 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author='Ali Madihi (mrunderline)', author_email='alimadihib@gmail.com', 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',