Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ofir123 committed Dec 30, 2017
1 parent 9d58769 commit e47785d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyprinter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .table import Table
from .progress_bar import ProgressBar

__version__ = '1.2.1'
__version__ = '1.2.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
readme = readme_file.read()

setup(name='pyprinter',
version='1.2.1',
version='1.2.2',
description='Print Everything!',
long_description=readme,
author='Ofir Brukner',
author_email='ofirbrukner@gmail.com',
url='https://github.com/ofir123/py-printer',
download_url='https://github.com/ofir123/py-printer/archive/1.2.1.tar.gz',
download_url='https://github.com/ofir123/py-printer/archive/1.2.2.tar.gz',
license="MIT",
packages=find_packages(),
setup_requires=setup_requirements,
Expand Down

0 comments on commit e47785d

Please sign in to comment.