Skip to content

Commit a62f01f

Browse files
authored
Merge pull request #3 from SingularityX-ai/sumansaurabh-patch-1
Update setup.py
2 parents 2b0a123 + 17ad911 commit a62f01f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="PyDocSmith",
5-
version="0.1.1",
5+
version="0.1.2",
66
description="It parses and composes docstrings in Google, Numpydoc, ReST and Epydoc.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",
@@ -16,4 +16,4 @@
1616
"Operating System :: OS Independent",
1717
],
1818
python_requires='>=3.6',
19-
)
19+
)

0 commit comments

Comments
 (0)