Skip to content

Commit df9240a

Browse files
committed
Update setup.py to reference the correct README filename and bump version to 1.1.6
1 parent 285f9c0 commit df9240a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
here = os.path.abspath(os.path.dirname(__file__))
77

8-
# Get the long description from the README file
9-
with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
8+
# Get the long description from the README file (match actual filename)
9+
with open(os.path.join(here, "Readme.md"), encoding="utf-8") as f:
1010
long_description = f.read()
1111

1212
# Get the version from the __init__.py file
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.5"
1+
__version__ = "1.1.6"

0 commit comments

Comments
 (0)