Skip to content

Commit 3ba7daa

Browse files
authored
Change github URL from fucm to ThyMYthOS
1 parent 6ecdb02 commit 3ba7daa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
</p>
44
<p align=center>
55
<a href="https://pypi.org/project/pystiebeleltron/"><img src="https://img.shields.io/pypi/v/pystiebeleltron.svg"/></a>
6-
<a href="https://github.com/fucm/python-stiebel-eltron"><img src="https://github.com/fucm/python-stiebel-eltron/actions/workflows/test-python-package/badge.svg"/></a>
7-
<a href='https://coveralls.io/github/fucm/python-stiebel-eltron?branch=master'><img src='https://coveralls.io/repos/github/fucm/python-stiebel-eltron/badge.svg?branch=master' alt='Coverage Status' /></a>
8-
<img src="https://img.shields.io/github/license/fucm/python-stiebel-eltron.svg"/></a>
6+
<a href="https://github.com/ThyMYthOS/python-stiebel-eltron/actions/workflows/test-python-package.yml"><img src="https://github.com/ThyMYthOS/python-stiebel-eltron/actions/workflows/test-python-package.yml/badge.svg"/></a>
7+
<!--a href='https://coveralls.io/github/fucm/python-stiebel-eltron?branch=master'><img src='https://coveralls.io/repos/github/fucm/python-stiebel-eltron/badge.svg?branch=master' alt='Coverage Status' /></a>
8+
<img src="https://img.shields.io/github/license/ThyMYthOS/python-stiebel-eltron.svg"/></a Maybe use https://github.com/marketplace/actions/coverage-badge-->
99
</p>
1010

1111
# python-stiebel-eltron

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ def run_tests(self):
3737

3838
setup(
3939
name='pystiebeleltron',
40-
version='0.1.0',
40+
version='0.1.1',
4141
description='Python API for interacting with the Stiebel Eltron ISG web gateway via Modbus for controlling integral ventilation units and heat pumps.',
4242
long_description=long_description,
4343
long_description_content_type='text/markdown',
44-
url='https://github.com/fucm/python-stiebel-eltron',
45-
author='Martin Fuchs',
44+
url='https://github.com/ThyMYthOS/python-stiebel-eltron',
45+
author='Martin Fuchs, Manuel Stahl',
4646
license='MIT',
4747
python_requires='>=3.8',
4848
install_requires=['pymodbus>=3.1.0'],

0 commit comments

Comments
 (0)