Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Dec 30, 2020
1 parent 83fe474 commit 408d784
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 3.0.0 LANGUAGES C CXX)
project(libtensorlight VERSION 3.0.1 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 = "3.0.0";
static const std::string static_version_string = "3.0.1";

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 = 3.0.0
current_version = 3.0.1
commit = True
tag = True

Expand Down

0 comments on commit 408d784

Please sign in to comment.