Skip to content

Commit

Permalink
Version v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 18, 2018
1 parent 3d28f56 commit 1565914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bowler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""Safe code refactoring for modern Python projects."""

__author__ = "John Reese, Facebook"
__version__ = "0.5.1"
__version__ = "0.6.0"

from .imr import FunctionArgument, FunctionSpec
from .tool import BowlerTool
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
license="MIT",
packages=["bowler", "bowler.tests"],
Expand Down

0 comments on commit 1565914

Please sign in to comment.