From a68fc4d92d59052c1e25cb5ee43bf80ca916f14a Mon Sep 17 00:00:00 2001 From: ali madihi Date: Sat, 27 Feb 2021 13:43:25 +0330 Subject: [PATCH] fix: version 0.0.8 --- persian_tools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/persian_tools/__init__.py b/persian_tools/__init__.py index 18e9cd4..ac49de7 100644 --- a/persian_tools/__init__.py +++ b/persian_tools/__init__.py @@ -1,5 +1,5 @@ __author__ = 'Ali Madihi (mrunderline)' -__version__ = '0.0.7' +__version__ = '0.0.8' __date__ = '2021-02-20' from persian_tools import * diff --git a/setup.cfg b/setup.cfg index fa5e629..1f7cdbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = persian_tools -version = 0.0.7 +version = 0.0.8 author = Ali Madihi (mrunderline) author_email = alimadihib@gmail.com description = An anthology of a variety of tools for the Persian language in Python diff --git a/setup.py b/setup.py index e749a91..a9b8db7 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,9 @@ import setuptools from importlib import import_module - with open("README.md", "r") as fh: long_description = fh.read() - setuptools.setup( name='persian_tools', packages=setuptools.find_packages(), @@ -17,6 +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.8.zip', keywords=['digits', 'commas', 'iranian bank', 'card number', 'national id', 'national code', 'ordinal suffix'], classifiers=[ 'Development Status :: 4 - Beta',