Skip to content

Commit 20c535f

Browse files
author
Michal Startek
committed
Version bump
1 parent 1df16f5 commit 20c535f

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
@@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.12)
1515
############################################################
1616
# Basic information about project
1717

18-
project(IsoSpec VERSION 2.3.3
18+
project(IsoSpec VERSION 2.3.4
1919
DESCRIPTION "A program to calculate isotopic clusters"
2020
HOMEPAGE_URL "https://github.com/MatteoLacki/IsoSpec")
2121

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmake.source-dir = "skbuild"
99
name = "IsoSpecPy"
1010
dependencies = ["cffi"]
1111
description = "IsoSpecPy is a Python library for computing isotopic distributions of molecules."
12-
version = "2.3.3"
12+
version = "2.3.4"
1313
license = "BSD-2-Clause"
1414
license-files = ["LICENCE"]
1515
authors = [{name = "Michał Startek"}, {name = "Mateusz Łącki"}]

0 commit comments

Comments
 (0)