diff --git a/README.md b/README.md index 34002a1..ce6e330 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Python package](https://github.com/cogu/autosar/actions/workflows/python-package.yml/badge.svg?branch=research%2F0.5)](https://github.com/cogu/autosar/actions/workflows/python-package.yml) +![Python package](https://github.com/cogu/autosar/actions/workflows/python-package.yml/badge.svg) # Python AUTOSAR v0.5 diff --git a/pyproject.toml b/pyproject.toml index 6ee6dbb..ee51455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "autosar" -version = "0.5.0b1" +version = "0.5.0" description = "A set of Python modules for working with AUTOSAR XML files" readme = "README.md" requires-python = ">=3.10"