Skip to content

Commit 0bd23dd

Browse files
committed
chore(release): bump version to 0.8.0
1 parent 97d99f2 commit 0bd23dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
66
set(CMAKE_CUDA_ARCHITECTURES 75)
77
endif()
88

9-
project(simphony VERSION 0.7.0 LANGUAGES CXX CUDA)
9+
project(simphony VERSION 0.8.0 LANGUAGES CXX CUDA)
1010

1111
# Use CMake's standard testing option, but avoid enabling this project's tests
1212
# by default when Simphony is pulled in as a subproject.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "optiphy"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = ""
55
authors = [ { name = "Dmitri Smirnov", email = "dmixsmi@gmail.com" } ]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)