Skip to content

Commit a03eb25

Browse files
committed
mark new version
1 parent 2b0aeb3 commit a03eb25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)
22

33
cmake_policy(VERSION 3.19)
44
project(Tasmanian VERSION 8.1.0 LANGUAGES CXX)
5-
set(Tasmanian_version_comment " (release candidate)") # e.g., " (release candidate)", " (development)", ""
5+
set(Tasmanian_version_comment "") # e.g., " (release candidate)", " (development)", ""
66
set(Tasmanian_license "BSD 3-Clause with UT-Battelle disclaimer") # used in some headers and python modules (only human readable)
77

88
########################################################################

InterfacePython/PipInstaller/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# call the actual package setup command
7171
setup(
7272
name='Tasmanian',
73-
version='8.1rc1',
73+
version='8.1',
7474
author='Miroslav Stoyanov',
7575
author_email='[email protected]',
7676
description='UQ library for sparse grids, optimization and Bayesian inference',

0 commit comments

Comments
 (0)