Bump to version 0.5.0 for next phase of dev

This commit is contained in:
Louis Abel 2022-10-10 11:58:42 -07:00
parent 171cb7f2c7
commit bb6b8523a3
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.5.0'

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "empanadas"
version = "0.4.0"
version = "0.5.0"
description = "hand crafted ISOs with love and spice"
authors = ["Louis Abel <label@rockylinux.org>", "Neil Hanlon <neil@rockylinux.org>"]

View File

@ -2,4 +2,4 @@ from empanadas import __version__
def test_version():
assert __version__ == '0.4.0'
assert __version__ == '0.5.0'