Skip to content

Commit

Permalink
Change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
turicas committed Aug 10, 2016
1 parent 84b560d commit 91039fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@
pass


__version__ = '0.2.1dev0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
description=('A common, beautiful interface to tabular data, '
'no matter the format'),
long_description=LONG_DESCRIPTION,
version='0.2.1dev0',
version='0.2.1',
author=u'Álvaro Justen',
author_email='[email protected]',
url='https://github.com/turicas/rows/',
Expand Down

0 comments on commit 91039fd

Please sign in to comment.