From 7a654979eac2ddf6fedd6c4f192801effeb3d31b Mon Sep 17 00:00:00 2001 From: Rishab Ramanathan Date: Fri, 5 Aug 2022 14:29:54 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- unboxapi/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9f21ce..f2814662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0a2] # Fixed diff --git a/unboxapi/version.py b/unboxapi/version.py index 5c166d14..1b7f0509 100644 --- a/unboxapi/version.py +++ b/unboxapi/version.py @@ -1,3 +1,3 @@ # Define the SDK version here so that the interal package can have access to this value. # See https://stackoverflow.com/questions/2058802 -__version__ = "0.3.0a1" +__version__ = "0.3.0a2"