From 1bfdc709bde90172c4cb7b029de1dafd8f3f0baf Mon Sep 17 00:00:00 2001 From: Charlie Harris Date: Wed, 21 Aug 2024 12:27:52 +0100 Subject: [PATCH] chore: Update version to 1.3.1 and dependencies in setup.py and requirements.txt --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4945eb9..fe18d0a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![arXiv](https://img.shields.io/badge/arXiv-2308.07413-b31b1b.svg)](https://arxiv.org/abs/2308.07413) -![version](https://img.shields.io/badge/version-1.3-blue) +![version](https://img.shields.io/badge/version-1.3.1-blue) [![python](https://img.shields.io/badge/-Python_3.9_%7C_3.10_%7C_3.11-blue?logo=python&logoColor=white)](https://github.com/pre-commit/pre-commit) [![build](https://github.com/cch1999/posecheck/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/cch1999/posecheck/actions/workflows/tests.yaml) [![Documentation Status](https://readthedocs.org/projects/posecheck/badge/?version=latest)](https://posecheck.readthedocs.io/en/latest/?badge=latest) diff --git a/setup.py b/setup.py index 64923cd..5bf3822 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="posecheck", - version="1.3", + version="1.3.1", description="A library for pose quality benchmarks", author="Charles Harris", author_email="cch57@cam.ac.uk",