Skip to content

Commit

Permalink
update version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdb committed Jan 5, 2015
1 parent bd70a80 commit 0621d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-dashing',
version='0.2',
version='0.2.1',
packages=['dashing'],
include_package_data=True,
license='BSD License',
Expand All @@ -32,5 +32,5 @@
'Topic :: Software Development :: Localization',
'Topic :: Utilities',
],
keywords=['django', 'dashboard', 'dashing', 'metrics', 'widgets', 'data'],
keywords=['django', 'metrics', 'dashboard', 'dashing', 'metric', 'widgets', 'data'],
)

0 comments on commit 0621d11

Please sign in to comment.