Skip to content

Commit

Permalink
Release version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Oct 2, 2023
1 parent 8324d49 commit a32d9d5
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.0-RC0</version>
<version>3.4.1-RC0</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.0rc0"
__version__ = "3.4.1rc0"
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.0rc0",
"hsml~=3.4.0rc0",
"hsfs[python]~=3.4.1rc0",
"hsml~=3.4.1rc0",
"pyhumps==1.6.1",
"requests",
"furl",
Expand Down

0 comments on commit a32d9d5

Please sign in to comment.