We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shinokada
Learn more about funding links in repositories.
Report abuse
1 parent d77072d commit a683ce7Copy full SHA for a683ce7
setup.py
@@ -5,13 +5,13 @@
5
6
setuptools.setup(
7
name="statsfig",
8
- version="0.2.3",
+ version="0.2.4",
9
author="Shinichi Okada",
10
author_email="okada.shin@gmail.com",
11
description="Stats Figures package",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
- url="https://github.com/shinokada/ndfig",
+ url="https://github.com/shinokada/statsfig",
15
packages=setuptools.find_packages(),
16
classifiers=[
17
"Programming Language :: Python :: 3",
0 commit comments