Bump to version 0.5.0 for next phase of dev
This commit is contained in:
parent
171cb7f2c7
commit
bb6b8523a3
@ -1 +1 @@
|
||||
__version__ = '0.4.0'
|
||||
__version__ = '0.5.0'
|
||||
|
@ -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>"]
|
||||
|
||||
|
@ -2,4 +2,4 @@ from empanadas import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.4.0'
|
||||
assert __version__ == '0.5.0'
|
||||
|
Loading…
Reference in New Issue
Block a user