From 70814b831cabec6e429f076e0ea37e6d53377ae8 Mon Sep 17 00:00:00 2001 From: vivekkhimani Date: Fri, 28 Oct 2022 14:05:22 -0400 Subject: [PATCH] [release] new release with fl modules, updated documentation. --- setup.cfg | 2 +- setup.py | 2 +- torchfl/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8d600b9..ee0aeec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index 907efad..7f0f8a0 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/vivekkhimani/torchfl", - version="0.1.5", + version="0.1.6", zip_safe=False, ) diff --git a/torchfl/__init__.py b/torchfl/__init__.py index b3d5cd1..fffdd6f 100644 --- a/torchfl/__init__.py +++ b/torchfl/__init__.py @@ -3,4 +3,4 @@ __author__ = """Vivek Khimani""" __email__ = "vivekkhimani07@gmail.com" -__version__ = "0.1.5" +__version__ = "0.1.6"