File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.logicalclocks</groupId >
88 <artifactId >hsml</artifactId >
9- <version >3.1.0-SNAPSHOT </version >
9+ <version >3.1.0-RC0 </version >
1010
1111 <properties >
1212 <maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- __version__ = "3.1.0.dev1 "
17+ __version__ = "3.1.0rc0 "
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ def read(fname):
6767 download_url = "https://github.com/logicalclocks/machine-learning-api/releases/tag/"
6868 + __version__ ,
6969 packages = find_packages (),
70- long_description = read ("../ README.md" ),
70+ long_description = read ("README.md" ),
7171 long_description_content_type = "text/markdown" ,
7272 classifiers = [
7373 "Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments