Skip to content

Commit 8ecbfe1

Browse files
committed
docs: update version
1 parent d9ab482 commit 8ecbfe1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Currently, QubiPy is in a very early development phase, so please take this into
33

44
Please visit the [Change log](https://github.com/QubiPy-Labs/QubiPy/blob/main/docs/changelog.md) to see all changes.
55

6-
![release](https://img.shields.io/badge/release-v0.4.0--beta-blue)
6+
![release](https://img.shields.io/badge/release-v0.4.1--beta-blue)
77
![python](https://img.shields.io/badge/python-3.10_%7C_3.11_%7C_3.12-blue)
88
![Python Package](https://github.com/QubiPy-Labs/QubiPy/actions/workflows/python-package.yml/badge.svg)
99
![Code Quality](https://github.com/QubiPy-Labs/QubiPy/actions/workflows/pylint.yml/badge.svg)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = '0.4.0'
3+
__version__ = '0.4.1'
44

55

66
with open("README.md", "r", encoding="utf-8") as fh:

0 commit comments

Comments
 (0)