Skip to content

Commit 2077a61

Browse files
committed
save the unsaved file 🤦
1 parent 7f8be20 commit 2077a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ frames, or if there is no specific driver available yet for your device.
1818
Installation and Usage
1919
----------------------
2020

21-
The user manual is available at https://sensirion.github.io/python-i2c-driver/.
21+
The user manual is available at https://good-enough-technology.github.io/circuitpython-sensirion-i2c-driver2c-driver/.
2222

2323

2424
Attribution

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
# Read version number from version.py
11-
version_line = open("sensirion_i2c_driver/version.py", "rt").read()
11+
version_line = open("circuitpython_sensirion_i2c_driver/version.py", "rt").read()
1212
result = re.search(r"^version = ['\"]([^'\"]*)['\"]", version_line, re.M)
1313
if result:
1414
version_string = result.group(1)

0 commit comments

Comments
 (0)