Skip to content

Commit

Permalink
[CLOUD-658] Release version 3.4.2 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored Oct 18, 2023
1 parent 0ab11d5 commit f059918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hopsworks</artifactId>
<version>3.4.1-RC0</version>
<version>3.4.2</version>
</project>
2 changes: 1 addition & 1 deletion python/hopsworks/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "3.4.2rc0"
__version__ = "3.4.2"
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def read(fname):
name="hopsworks",
version=__version__,
install_requires=[
"hsfs[python]~=3.4.2rc0",
"hsml~=3.4.2rc0",
"hsfs[python]>=3.4.0,<3.5.0",
"hsml>=3.4.0,<3.5.0",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit f059918

Please sign in to comment.