Skip to content

Commit 735256a

Browse files
committed
Version updated & fixed readme spelling
1 parent e24581f commit 735256a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup, find_packages
22

3-
with open("README.md", "r", encoding="utf-8") as fh:
3+
with open("readme.md", "r", encoding="utf-8") as fh:
44
long_description = fh.read()
55

66
setup(
77
name="cuttlepy",
8-
version="0.1.2",
8+
version="0.1.3",
99
author="Chanpreet Singh",
1010
author_email="[email protected]",
1111
description="Typed python HTTP client wrapper for PRIMP",

0 commit comments

Comments
 (0)