Skip to content

Commit 43a642f

Browse files
v1.0.0
1 parent 109d802 commit 43a642f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude slide_cec2022.pdf
2+
exclude README.md

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
setup(name="crfmnes",
1717
long_description=long_description,
18-
version="0.0.5",
18+
long_description_content_type='text/markdown',
19+
version="1.0.0",
1920
description="CR-FM-NES " +
2021
"for numerical optimization in Python",
2122
author="Masahiro Nomura",

0 commit comments

Comments
 (0)