Skip to content

Commit

Permalink
Bump version: 2.9.9 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Dec 28, 2020
1 parent 1f5135f commit de1b303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared instead of static libraries" ON)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type (Release or Debug)")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

project(libtensorlight VERSION 2.9.9 LANGUAGES C CXX)
project(libtensorlight VERSION 3.0.0 LANGUAGES C CXX)
enable_testing()

##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion libtensor/metadata.C
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace libtensor {
namespace {
static const std::string static_version_string = "2.9.9";
static const std::string static_version_string = "3.0.0";

static const std::vector<std::string> version_split = [](const std::string& in) {
std::vector<std::string> parts;
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.9.9
current_version = 3.0.0
commit = True
tag = True

Expand Down

0 comments on commit de1b303

Please sign in to comment.