From 458e710d1e4548394df436fe3d16c38066224902 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 3 Mar 2024 15:20:40 +0000 Subject: [PATCH] Version 1.3.2 --- hackspaceapi/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hackspaceapi/__init__.py b/hackspaceapi/__init__.py index 4cf03a8..3b734b2 100644 --- a/hackspaceapi/__init__.py +++ b/hackspaceapi/__init__.py @@ -1 +1 @@ -VERSION = "1.3.1" +VERSION = "1.3.2" diff --git a/pyproject.toml b/pyproject.toml index 7482643..38764a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hackspace-api" -version = "1.3.1" +version = "1.3.2" description = "" authors = ["Andrew Williams "] license = "MIT"