Bump version: 0.2.0 → 0.3.0

This commit is contained in:
ThetaDev 2022-06-27 23:09:56 +02:00
parent e5c1fbdfb4
commit 7c741a476f
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "ucast"
version = "0.2.0"
version = "0.3.0"
description = "YouTube to Podcast converter"
authors = ["Theta-Dev <t.testboy@gmail.com>"]
packages = [

View file

@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.3.0"
def template_context(request):