Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nijibabulu committed Jan 9, 2019
1 parent e48c6da commit 95237d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .itree import ITree, ITreeNode, GroupedITree

__version__ = '0.0.4.dev0'
__version__ = '0.0.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='itree',
version='0.0.4.dev0',
version='0.0.5',
url='',
license='MIT',
author='Bob Zimmermann',
Expand Down

0 comments on commit 95237d3

Please sign in to comment.