Skip to content

Commit 33e0e4d

Browse files
committed
Release version 2.1.0
1 parent b153e24 commit 33e0e4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.logicalclocks</groupId>
88
<artifactId>hsfs</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>

python/hsfs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
__version__ = "2.0.0"
17+
__version__ = "2.1.0"

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def read(fname):
4747
download_url="https://github.com/logicalclocks/feature-store-api/releases/tag/"
4848
+ __version__,
4949
packages=find_packages(),
50-
long_description=read("../README.md"),
50+
long_description=read("README.md"),
5151
long_description_content_type="text/markdown",
5252
classifiers=[
5353
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)