From 833f227c600a74f7ece1ef3d16583dab15458e39 Mon Sep 17 00:00:00 2001
From: Christoph Knote <christoph.knote@med.uni-augsburg.de>
Date: Mon, 14 Mar 2022 12:56:23 +0100
Subject: [PATCH] Updates to prep release

---
 README.md      | 9 ++++++++-
 pyproject.toml | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ccd74bf..f7b4f76 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,14 @@
 ``boxmox`` is the Python wrapper for the chemical box model BOXMOX (a standalone
 C/Fortran executable).
 
-## Installation notes
+## Contributing
+
+We are looking forward to receiving your [new issue report](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/issues/new).
+
+If you'd like to contribute source code directly, please [create a fork](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage),
+make your changes and then [submit a merge request](https://mbees.med.uni-augsburg.de/gitlab/mbees/icartt_pypackage/-/merge_requests/new) to the original project.
+
+## Installation
 
 ### BOXMOX model needs to be installed
 
diff --git a/pyproject.toml b/pyproject.toml
index b56277b..836e917 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "boxmox"
-version = "1.2.1"
+version = "1.2.2"
 description = "BOXMOX python interface"
 license = "GPL-3.0-or-later"
 authors = ["Christoph Knote <christoph.knote@med.uni-augsburg.de>"]
-- 
GitLab