Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Jun 27, 2024
2 parents 4a9709a + b13a0b8 commit 65d5f44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(SkProgs VERSION 0.2 LANGUAGES Fortran)
project(SkProgs VERSION 0.3 LANGUAGES Fortran)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake
${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
include(SkProgsUtils)
Expand Down
2 changes: 1 addition & 1 deletion sktools/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sktools
version = 0.2
version = 0.3
author = DFTB+ developers
url = http://www.dftbplus.org
description = Tools to Generate Electronic SK-parameters
Expand Down
2 changes: 1 addition & 1 deletion sktools/src/sktools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PACKAGE_VERSION = '0.2'
PACKAGE_VERSION = '0.3'
2 changes: 1 addition & 1 deletion sktwocnt/prog/cmdargs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module cmdargs
public :: parse_command_arguments

character(len=*), parameter :: programName = 'sktwocnt'
character(len=*), parameter :: programVersion = '0.2'
character(len=*), parameter :: programVersion = '0.3'


contains
Expand Down
2 changes: 1 addition & 1 deletion slateratom/prog/cmdargs.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module cmdargs
public :: parse_command_arguments

character(*), parameter :: programName = 'slateratom'
character(*), parameter :: programVersion = '0.2'
character(*), parameter :: programVersion = '0.3'

contains

Expand Down

0 comments on commit 65d5f44

Please sign in to comment.