Skip to content

Commit a683ce7

Browse files
committedAug 12, 2020
Updates
1 parent d77072d commit a683ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name="statsfig",
8-
version="0.2.3",
8+
version="0.2.4",
99
author="Shinichi Okada",
1010
author_email="okada.shin@gmail.com",
1111
description="Stats Figures package",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="https://github.com/shinokada/ndfig",
14+
url="https://github.com/shinokada/statsfig",
1515
packages=setuptools.find_packages(),
1616
classifiers=[
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)
Please sign in to comment.