From 0277af86eda0eb743436d9ddd1a20de42846fca9 Mon Sep 17 00:00:00 2001 From: Vladimir Shishkaryov Date: Mon, 29 Jan 2024 18:59:31 +0400 Subject: [PATCH] bump: 0.2.8 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1e71d9..576d438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hmt-basemodels" -version = "0.2.7" +version = "0.2.8" description = "" authors = ["Intuition Machines, Inc "] packages = [ diff --git a/setup.py b/setup.py index c2f87d9..71d6a30 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="hmt-basemodels", - version="0.2.7", + version="0.2.8", author="HUMAN Protocol", description="Common data models shared by various components of the Human Protocol stack", url="https://github.com/hCaptcha/hmt-basemodels",