Skip to content

Commit

Permalink
Merge pull request #50 from pavithrasv/master
Browse files Browse the repository at this point in the history
Update version.
  • Loading branch information
pavithrasv committed Jul 14, 2020
2 parents dd5c188 + 9c3d0fa commit 6e59eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
from setuptools import find_packages
from setuptools import setup

VERSION = "0.1.2"
VERSION = "0.1.3"


setup(
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_cloud/__init__.py
Expand Up @@ -16,7 +16,7 @@
from __future__ import division
from __future__ import print_function

__version__ = "0.1.0"
__version__ = "0.1.3"

from .machine_config import AcceleratorType
from .machine_config import COMMON_MACHINE_CONFIGS
Expand Down

0 comments on commit 6e59eee

Please sign in to comment.