From 4583f5bd1d939a84d0d190185671734dbe97264f Mon Sep 17 00:00:00 2001 From: Cameron Fairchild Date: Sat, 15 Oct 2022 14:54:53 -0400 Subject: [PATCH] bump patch --- __init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 20f4c6c..f92c631 100644 --- a/__init__.py +++ b/__init__.py @@ -16,4 +16,4 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/setup.py b/setup.py index e860ced..7c2fd2e 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ def build_extensions(self): author = 'Opentensor Foundation', author_email = 'cameron@opentensor.ai', url = 'https://github.com/opentensor/cubit', - version = '1.1.1', + version = '1.1.2', ext_modules = cythonize(ext),