We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfd49b commit 45f2a76Copy full SHA for 45f2a76
2 files changed
doc/source/conf.py
@@ -18,7 +18,7 @@
18
project = 'pylibmgm'
19
copyright = '2025, Sebastian Stricker, Max Kahl'
20
author = 'Sebastian Stricker, Max Kahl'
21
-release = '1.1.0'
+release = '1.1.1'
22
23
# -- General configuration ---------------------------------------------------
24
extensions = [
pyproject.toml
@@ -8,7 +8,7 @@ install = ['--skip-subprojects']
8
9
[project]
10
name = 'pylibmgm'
11
-version = '1.1.0'
+version = '1.1.1'
12
description = 'Utilities for graph and multi-graph matching optimization.'
13
readme = 'README.md'
14
authors = [
0 commit comments