From 03190775a9bd21d36c8af47bc9a9ce0ca8986194 Mon Sep 17 00:00:00 2001 From: Dickson Chibuzor Date: Mon, 16 Oct 2023 20:45:50 +0100 Subject: [PATCH] fix --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7a183ef..8d96d5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hmt-basemodels" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Intuition Machines, Inc "] packages = [ diff --git a/setup.py b/setup.py index 350243c..cc8f8d0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="hmt-basemodels", - version="0.2.0", + version="0.2.1", author="HUMAN Protocol", description="Common data models shared by various components of the Human Protocol stack", url="https://github.com/hCaptcha/hmt-basemodels",