Skip to content

Commit

Permalink
bump version v1.0.0 -> v2.0.0 (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-haoze authored Apr 11, 2024
1 parent 31eee10 commit d4bb716
Show file tree
Hide file tree
Showing 2 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
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.16)
project(Marabou)

set(MARABOU_VERSION 1.0.0)
set(MARABOU_VERSION 2.0.0)
add_definitions("-DMARABOU_VERSION=\"${MARABOU_VERSION}\"")

set(CMAKE_CXX_STANDARD 17)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maraboupy"
version = "1.0.0"
version = "2.0.0"
authors = [{ name = "The Marabou Development Team" }]
description = "A package wrapping the Marabou Neural Network Verification tool."
readme = "README.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ Marabou = "maraboupy.MarabouMain:main"
packages = ["maraboupy"]

[tool.bumpver]
current_version = "v1.0.0"
current_version = "v2.0.0"
version_pattern = "vMAJOR.MINOR.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit d4bb716

Please sign in to comment.