From 83991bed6afdae6bd2233ebd63a91fe6d532d061 Mon Sep 17 00:00:00 2001 From: TchilDill Date: Sun, 22 Oct 2023 23:39:27 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- src/openpile/globals.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92316ba..73ef4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/), and [PEP 440](https://www.python.org/dev/peps/pep-0440/). -## [0.5.1] - 2023-10-23 +## [0.6.0] - 2023-10-23 ### Added - added properties to `Pile` object: diff --git a/src/openpile/globals.py b/src/openpile/globals.py index ae396d8..ab15756 100644 --- a/src/openpile/globals.py +++ b/src/openpile/globals.py @@ -1,2 +1,2 @@ # version of the package -VERSION = "0.5.0" +VERSION = "0.6.0"