Skip to content

Commit 2a40950

Browse files
committed
bump to 0.1.4
1 parent 871f258 commit 2a40950

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
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15)
22

33
# Create main project.
4-
project(awex VERSION 0.1.2 LANGUAGES Fortran C)
4+
project(awex VERSION 0.1.4 LANGUAGES Fortran C)
55

66
# Specify position-independent code since we will build a shared library.
77
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "awex"
7-
version = "0.1.2"
7+
version = "0.1.4"
88
authors = [
99
{name = "Jorn Bruggeman", email = "jorn@bolding-bruggeman.com"},
1010
{name = "Karsten Bolding", email = "karsten@bolding-bruggeman.com"}

0 commit comments

Comments
 (0)