Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jul 21, 2023
1 parent eee9597 commit 3798d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13)

project(drift_protocol VERSION 0.5.0)
project(drift_protocol VERSION 0.6.0)
set(CMAKE_CXX_STANDARD 17)

set(CMAKE_MODULE_PATH cmake)
Expand Down
2 changes: 1 addition & 1 deletion cpp/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class DriftFrameworkConan(ConanFile):
name = "drift_protocol"
version = "0.5.0"
version = "0.6.0"

license = "MPL-2.0"
author = "PANDA GmbH"
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from python_tools import PROTO_SPEC_FOLDER, ProtoCompiler, get_compiler_version

MAJOR_VERSION = 0
MINOR_VERSION = 5
MINOR_VERSION = 6
PATCH_VERSION = 0

PROTOBUF_VERSION = "3.12.4" # DON'T REMOVE WE USE IT CI
Expand Down

0 comments on commit 3798d2a

Please sign in to comment.