Skip to content

Commit

Permalink
REL: Bump to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jun 1, 2017
1 parent ac8cb5b commit 44ea74f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
setup(
name='straitlets',
# remember to update straitlets/__init__.py!
version='0.3.0',
version='0.3.1',
description="Serializable IPython Traitlets",
author="Quantopian Team",
author_email="opensource@quantopian.com",
Expand Down
2 changes: 1 addition & 1 deletion straitlets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

# remember to update setup.py!
__version__ = '0.3.0'
__version__ = '0.3.1'

__all__ = (
'Bool',
Expand Down

0 comments on commit 44ea74f

Please sign in to comment.