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

Commit

Permalink
v1.2.2 💪🏻
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajiloo committed Feb 17, 2019
1 parent dff9bd9 commit a88112b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions persiantools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

__title__ = 'persiantools'
__version__ = '1.2.1'
__version__ = '1.2.2'
__build__ = __version__
__author__ = 'Majid Hajiloo'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 Majid Hajiloo'
__copyright__ = 'Copyright 2019 Majid Hajiloo'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from io import open
from setuptools import setup

version = '1.2.1'
version = '1.2.2'


def readme():
Expand All @@ -24,6 +24,7 @@ def readme():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',
Expand Down

0 comments on commit a88112b

Please sign in to comment.