Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kicinski committed Apr 4, 2021
1 parent 38396aa commit 019af08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(tensor LANGUAGES CXX VERSION 0.2.0)
project(tensor LANGUAGES CXX VERSION 0.3.0)
set(CMAKE_CXX_STANDARD 17)

# Layout build dir like install dir so it's easier to find binaries and libs (bin/ dir)
Expand Down
2 changes: 1 addition & 1 deletion python/src/tensor/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 019af08

Please sign in to comment.