diff --git a/docs/source/conf.py b/docs/source/conf.py index 782a1827..60f40fd6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,9 +28,9 @@ author = 'Yahoo Inc' # The short X.Y version -version = '2.1.1' +version = '2.1.2' # The full version, including alpha/beta/rc tags -release = '2.1.1' +release = '2.1.2' # -- General configuration --------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e75b16e..1f6df8b8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.yahoo.ml tensorflowonspark - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT jar tensorflowonspark Spark Scala inferencing for TensorFlowOnSpark diff --git a/setup.py b/setup.py index bfbe7e76..f746917b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='tensorflowonspark', packages=['tensorflowonspark'], - version='2.1.1', + version='2.1.2', description='Deep learning with TensorFlow on Apache Spark clusters', long_description=long_description, long_description_content_type='text/markdown', diff --git a/tensorflowonspark/__init__.py b/tensorflowonspark/__init__.py index 8b086af5..7143697e 100644 --- a/tensorflowonspark/__init__.py +++ b/tensorflowonspark/__init__.py @@ -2,4 +2,4 @@ logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s") -__version__ = "2.1.1" +__version__ = "2.1.2"