Skip to content

Commit

Permalink
Bump internal versions to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jun 25, 2018
1 parent 537725d commit 976d8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_policy(SET CMP0048 NEW) # project_VERSION* variables populated from project(... VERSION x.x.x) string
project(v2rdm_casscf
VERSION 0.7
VERSION 0.8
LANGUAGES CXX Fortran)
set(v2rdm_casscf_AUTHORS "A. Eugene DePrince III")
set(v2rdm_casscf_DESCRIPTION "Variational 2-RDM-driven CASSCF plugin to Psi4")
Expand Down
2 changes: 1 addition & 1 deletion __init__.py.in
Expand Up @@ -25,7 +25,7 @@
"""Plugin docstring.

"""
__version__ = '0.7'
__version__ = '0.8'
__author__ = 'A. Eugene DePrince III'

# Load Psi4
Expand Down

0 comments on commit 976d8af

Please sign in to comment.