Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Incremented version in wrong file.
Browse files Browse the repository at this point in the history
Forgot I'm doing versioning in setup.py now.
  • Loading branch information
Robpol86 committed Oct 12, 2015
1 parent 6316638 commit c4f19d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ def safe_read(path):
packages=['terminaltables'],
tests_require=['colorclass', 'pytest-cov'],
url='https://github.com/Robpol86/terminaltables',
version='1.2.1',
version='2.0.0',
zip_safe=True,
)
4 changes: 0 additions & 4 deletions terminaltables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

from terminaltables.tables import AsciiTable, DoubleTable, SingleTable

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '2.0.0'


assert AsciiTable
assert DoubleTable
Expand Down

0 comments on commit c4f19d2

Please sign in to comment.