Skip to content

Commit

Permalink
Fix versions to match Hopsworks releases (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf authored Aug 6, 2020
1 parent fda0706 commit ac4df84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Python feature store API.
=========================
Hopsworks Feature Store API
===========================

HSFS is the new library to interact with the Hopsworks Feature Store. The library makes creating new features, feature groups and training datasets easier.

Expand Down Expand Up @@ -65,4 +65,4 @@ You can find more examples on how to use the library in our [hops-examples](http
Issues
------

Please report any issue using [Github issue tracking](https://github.com/logicalclocks/feature-store-api/issues)
Please report any issue using [Github issue tracking](https://github.com/logicalclocks/feature-store-api/issues)
10 changes: 8 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.logicalclocks</groupId>
<artifactId>hsfs</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -234,5 +234,11 @@
</repository>
</repositories>


<distributionManagement>
<repository>
<id>Hops</id>
<name>Hops Repo</name>
<url>https://archiva.hops.works/repository/Hops/</url>
</repository>
</distributionManagement>
</project>
2 changes: 1 addition & 1 deletion python/hsfs/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.0.2"
__version__ = "1.4.0.s"

0 comments on commit ac4df84

Please sign in to comment.