Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Mark v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
siavashserver committed Jun 9, 2018
1 parent dc49b24 commit fa5ac1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.6)

project(neonrvm
VERSION 0.1.1
VERSION 0.2.0
DESCRIPTION "Machine learning library"
LANGUAGES C)

Expand Down
4 changes: 2 additions & 2 deletions neonrvm.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
******************************************************************************/

#define NEONRVM_VERSION_MAJOR 0
#define NEONRVM_VERSION_MINOR 1
#define NEONRVM_VERSION_PATCH 1
#define NEONRVM_VERSION_MINOR 2
#define NEONRVM_VERSION_PATCH 0

/* Defining private functions as static helps keeping library size low. */
#define NEONRVM_STATIC static
Expand Down
2 changes: 1 addition & 1 deletion neonrvm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Python bindings for the neonrvm machine learning library."""
__version__ = "0.1.1"
__version__ = "0.2.0"

import ctypes as ct
import ctypes.util as ctut
Expand Down

0 comments on commit fa5ac1f

Please sign in to comment.