Skip to content

Commit

Permalink
Adjusted versions for new pre-release 2.0.0a1 #121
Browse files Browse the repository at this point in the history
  • Loading branch information
GwennyGit committed Sep 1, 2024
1 parent c42b7bc commit 25e6990
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dev/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"You need Python to use refineGEMs. It runs with versions 3.10+.\n",
"\n",
"Install refineGEMs' latest pre-release in an environment with:\n",
"`pip install refineGEMs==2.0.0a0`\n",
"`pip install refineGEMs==2.0.0a1`\n",
"\n",
"refineGEMs also requires the tools MassChargeCuration and BOFdat. Please install these in the same environment with:\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = 'Famke Bäuerle, Gwendolyn O. Döbel and Carolin Brune'

# The full version, including alpha/beta/rc tags
release = '2.0.0-alpha.0'
release = '2.0.0-alpha.1'


# -- General configuration ---------------------------------------------------
Expand Down
7 changes: 0 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ Welcome to refineGEMs!
======================================
``refineGEMs`` is a Python-based toolbox for the curation and analysis of genome-scale metabolic models (GEMS).

.. warning::
| *Will be deprecated from version 2.0.0 onwards.*
| Due to massive restructuring and extension, all functions have been moved into new modules.
| If you used any functions from refineGEMs until now and want to use version 2.0.0 in the future, make sure to check your code after the version change.
| For the main pipeline in main.py see `SPECIMEN <https://github.com/draeger-lab/SPECIMEN>`__ as it will be deprecated from version 2.0.0 onwards.
| Beware that SPECIMEN only runs with refineGEMs 2.0.0 (starting with developmental versions).
Overview
--------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "refineGEMs"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
requires-python = ">=3.10, <3.12"
authors = [
{name = "Famke Baeuerle", email = "[email protected]"},
Expand Down

0 comments on commit 25e6990

Please sign in to comment.