From c03babdaf9b2ec25199778b4404502bdefb82bb4 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 15 Sep 2023 17:51:25 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 4 ++++ hivemind_ggwave/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f74c32..979a6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [V0.0.1a1](https://github.com/JarbasHiveMind/hivemind-ggwave/tree/V0.0.1a1) (2023-09-15) + +[Full Changelog](https://github.com/JarbasHiveMind/hivemind-ggwave/compare/V0.0.0a0...V0.0.1a1) + ## [V0.0.0a0](https://github.com/JarbasHiveMind/hivemind-ggwave/tree/V0.0.0a0) (2023-09-15) [Full Changelog](https://github.com/JarbasHiveMind/hivemind-ggwave/compare/V0.0.0a4...V0.0.0a0) diff --git a/hivemind_ggwave/version.py b/hivemind_ggwave/version.py index 8d95a28..8c2aec9 100644 --- a/hivemind_ggwave/version.py +++ b/hivemind_ggwave/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 1 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK