Skip to content

Commit

Permalink
Bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Oct 6, 2014
1 parent 668c32a commit 3c94e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gillcup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
* :class:`~gillcup.ConstantEffect` (from :mod:`gillcup.effect`)
"""

__version__ = '0.2.0-beta.2'
__version_info__ = (0, 2, 0, 'beta', 2)
__version__ = '0.2.1'
__version_info__ = (0, 2, 1)

from gillcup.clock import Clock, Subclock
from gillcup.actions import Action
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup_args = dict(
name='gillcup',
version='0.2.0-beta.2', # XXX: Duplicated in __init__.py
version='0.2.1', # XXX: Duplicated in __init__.py
packages=find_packages(),

description="""An animation framework for Python""",
Expand Down

0 comments on commit 3c94e65

Please sign in to comment.