Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjds committed May 22, 2018
1 parent c3b37a2 commit 1b66928
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion grumpy-runtime-src/grumpy_runtime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.1.6'
__version__ = '0.1.7'
4 changes: 2 additions & 2 deletions grumpy-runtime-src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
setup_requirements += ['pytest-runner']

COMMON_OPTIONS = dict(
version='0.1.6',
version='0.1.7',
description="Grumpy Runtime & Transpiler",
long_description=readme,
author="Dylan Trotter et al.",
Expand Down Expand Up @@ -150,7 +150,7 @@ def run(self, *args, **kwargs):
GRUMPY_RUNTIME_OPTIONS = dict(
name='grumpy-runtime',
requires=['grumpy_tools'],
install_requires=['grumpy-tools>=0.1.6'],
install_requires=['grumpy-tools>=0.1.7'],
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
),
Expand Down
2 changes: 1 addition & 1 deletion grumpy-tools-src/grumpy_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Alan Justino et al."""
__email__ = 'alan.justino@yahoo.com.br'
__version__ = '0.1.6'
__version__ = '0.1.7'
2 changes: 1 addition & 1 deletion grumpy-tools-src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


COMMON_OPTIONS = dict(
version='0.1.6',
version='0.1.7',
description="Grumpy Runtime & Transpiler",
long_description=readme,
author="Dylan Trotter et al.",
Expand Down

0 comments on commit 1b66928

Please sign in to comment.