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 6
6
7
7
<groupId >com.logicalclocks</groupId >
8
8
<artifactId >hsfs</artifactId >
9
- <version >2.1.0-SNAPSHOT </version >
9
+ <version >2.1.0</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- __version__ = "2.0 .0"
17
+ __version__ = "2.1 .0"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def read(fname):
47
47
download_url = "https://github.com/logicalclocks/feature-store-api/releases/tag/"
48
48
+ __version__ ,
49
49
packages = find_packages (),
50
- long_description = read ("../ README.md" ),
50
+ long_description = read ("README.md" ),
51
51
long_description_content_type = "text/markdown" ,
52
52
classifiers = [
53
53
"Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments