From 93e0afcfe88d87c49c2a9e4a18d55eb72bb2c7df Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 25 Mar 2021 22:05:45 +0100
Subject: [PATCH] Bump version to 0.5.0

---
 calendarweek/__init__.py | 2 ++
 pyproject.toml           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/calendarweek/__init__.py b/calendarweek/__init__.py
index 82be3f5..a290182 100644
--- a/calendarweek/__init__.py
+++ b/calendarweek/__init__.py
@@ -1 +1,3 @@
 from .calendarweek import CalendarWeek
+
+__version__ = "0.5.0"
diff --git a/pyproject.toml b/pyproject.toml
index 1c33623..6cd672c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "calendarweek"
-version = "0.4.7"
+version = "0.5.0"
 description = "Utilities for working with calendar weeks in Python and Django"
 authors = ["Dominik George <nik@naturalnet.de>", "Jonathan Weth <git@jonathanweth.de>"]
 license = "Apache-2.0"
-- 
GitLab