From c7b40f03fbb3d9c506b98c7d4994f027fc9a8c6c Mon Sep 17 00:00:00 2001 From: Alexander Loosley Date: Fri, 19 Sep 2025 18:44:24 +0200 Subject: [PATCH] fix versions --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9593154..9b7bbf6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://img.shields.io/badge/version-1.2.3-green.svg) +![](https://img.shields.io/badge/version-1.3.1-green.svg) [![Build & Test](https://github.com/aloosley/persistable/actions/workflows/python-build.yml/badge.svg)](https://github.com/aloosley/persistable/actions/workflows/python-build.yml) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues) diff --git a/setup.py b/setup.py index 691804c..2a76a50 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ setup( name="persistable", - version="1.3.0", + version="1.3.1", packages=find_packages(), url="https://github.com/aloosley/persistable", - download_url="https://github.com/aloosley/persistable/archive/1.3.0.tar.gz", + download_url="https://github.com/aloosley/persistable/archive/1.3.1.tar.gz", license="", author="Alex Loosley, Stephan Sahm", author_email="aloosley@alumni.brown.edu, Stephan.Sahm@gmx.de",