Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschijnmo committed Mar 30, 2017
1 parent 02c0aae commit c374c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gristmill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .optimize import optimize, verify_eval_seq, Strategy
from .utils import get_flop_cost

__version__ = '0.3.0dev'
__version__ = '0.3.0'

__all__ = [
'Strategy',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='gristmill',
version='0.3.0dev',
version='0.3.0',
description=DESCRIPTION.splitlines()[0],
long_description=DESCRIPTION,
url='https://github.com/tschijnmo/gristmill',
Expand Down

0 comments on commit c374c7d

Please sign in to comment.