Skip to content

Commit

Permalink
fix: version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrunderline committed Feb 27, 2021
1 parent 857fe52 commit a68fc4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.7'
__version__ = '0.0.8'
__date__ = '2021-02-20'

from persian_tools import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = persian_tools
version = 0.0.7
version = 0.0.8
author = Ali Madihi (mrunderline)
author_email = [email protected]
description = An anthology of a variety of tools for the Persian language in Python
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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(),
Expand All @@ -17,6 +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.8.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 a68fc4d

Please sign in to comment.