Skip to content

Commit

Permalink
mark new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstoyanov committed Oct 21, 2024
1 parent 1f55ab2 commit a2f554a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.19)

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

########################################################################
Expand Down
2 changes: 1 addition & 1 deletion InterfacePython/PipInstaller/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# call the actual package setup command
setup(
name='Tasmanian',
version='8.1rc1',
version='8.1',
author='Miroslav Stoyanov',
author_email='[email protected]',
description='UQ library for sparse grids, optimization and Bayesian inference',
Expand Down

0 comments on commit a2f554a

Please sign in to comment.