File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <package >
2+ <package >
33 <metadata >
44 <id >RoboDkApi</id >
5- <version >5.6.8 </version >
5+ <version >5.8.0 </version >
66 <title >RoboDK API</title >
77 <authors >RoboDK</authors >
88 <projectUrl >https://robodk.com/</projectUrl >
99 <icon >RoboDK.png</icon >
10- <readme >README.MD </readme >
10+ <readme >README.md </readme >
1111 <repository type =" git" url =" https://github.com/RoboDK/RoboDK-API" />
1212 <license type =" file" >license.txt</license >
1313 <dependencies >
2626 <file src =" bin\Release\netcoreapp3.1\*.*" target =" lib/netcoreapp3.1" />
2727 <file src =" bin\Release\net6.0-windows\*.*" target =" lib/net6.0" />
2828 <file src =" license.txt" target =" " />
29- <file src =" README.MD " target =" " />
29+ <file src =" README.md " target =" " />
3030 <file src =" RoboDK.png" target =" " />
3131 <file src =" RoboDK.ico" target =" " />
3232 <file src =" RoboDK-API-Documentation.url" target =" " />
Original file line number Diff line number Diff line change 88from setuptools import setup # Always prefer setuptools over distutils
99from pathlib import Path
1010
11- VERSION = '5.7.5 '
11+ VERSION = '5.8.0 '
1212
1313this_directory = Path (__file__ ).parent
1414LONG_DESCRIPTION = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments