Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajiloo committed Jun 3, 2016
1 parent c1e12ad commit 01f5960
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,9 +1,10 @@
PersianTools
===
[![pypi-ver](https://img.shields.io/pypi/v/persiantools.svg)](https://pypi.python.org/pypi/persiantools)
[![PyPI-license](https://img.shields.io/pypi/l/persiantools.svg)](https://pypi.python.org/pypi/persiantools)
[![travic-build](https://travis-ci.org/mhajiloo/persiantools.png?branch=master)](https://travis-ci.org/mhajiloo/persiantools)
[![Coverage Status](https://coveralls.io/repos/github/mhajiloo/persiantools/badge.svg?branch=master)](https://coveralls.io/github/mhajiloo/persiantools?branch=master)
[![python-ver](https://img.shields.io/pypi/pyversions/persiantools.svg )](https://pypi.python.org/pypi/persiantools)
[![python-ver](https://img.shields.io/pypi/pyversions/persiantools.svg)](https://pypi.python.org/pypi/persiantools)

Python Library for Persian. Convert Arabic character to Persian

Expand Down
2 changes: 1 addition & 1 deletion persiantools/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'persiantools'
__version__ = '0.0.6'
__version__ = '0.0.7'
__build__ = __version__
__author__ = 'Majid Hajiloo'
__license__ = 'MIT'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@ def readme():


setup(name='persiantools',
version='0.0.6',
version='0.0.7',
description='Python Library for Persian',
long_description=readme(),
classifiers=[
Expand All @@ -21,6 +21,7 @@ def readme():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Localization',
Expand Down

0 comments on commit 01f5960

Please sign in to comment.