Skip to content

Commit

Permalink
Merge branch 'ump_patch' into 'master'
Browse files Browse the repository at this point in the history
Bump patch and render documentation

See merge request mass-spectrometry/corems!141
  • Loading branch information
corilo committed Nov 14, 2024
2 parents 249d5d8 + 203ae61 commit 9e999ef
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ fresh-stack-up:
@docker-compose up -d
@docker run --rm -v ./data:/home/CoreMS/data corems:local

docs:
docu:

pdoc --output-dir docs --docformat numpy corems
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ CoreMS aims to provide

## Current Version

`3.0.1`
`3.0.2`

***

Expand Down Expand Up @@ -335,11 +335,11 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
If you use CoreMS in your work, please use the following citation:
Version [3.0.1 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.1), archived on Zenodo:
Version [3.0.2 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.2), archived on Zenodo:
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14009575.svg)](https://doi.org/10.5281/zenodo.14009575)
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.0.1 (Version v3.0.1), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.0.2 (Version v3.0.2), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
```
Expand Down
2 changes: 1 addition & 1 deletion corems/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = "Yuri E. Corilo"
__version__ = "3.0.1"
__version__ = "3.0.2"
import time
import os
import sys
Expand Down
8 changes: 4 additions & 4 deletions docs/corems.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h1 id="corems">CoreMS</h1>

<h2 id="current-version">Current Version</h2>

<p><code>3.0.1</code></p>
<p><code>3.0.2</code></p>

<hr />

Expand Down Expand Up @@ -487,11 +487,11 @@ <h2 id="citing-corems">Citing CoreMS</h2>

<p>If you use CoreMS in your work, please use the following citation:</p>

<p>Version <a href="https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.1">3.0.1 Release on GitHub</a>, archived on Zenodo: </p>
<p>Version <a href="https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.0.2">3.0.2 Release on GitHub</a>, archived on Zenodo: </p>

<p><a href="https://doi.org/10.5281/zenodo.14009575"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14009575.svg" alt="DOI" /></a></p>

<p>Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.0.1 (Version v3.0.1), as developed on Github. Zenodo. <a href="http://doi.org/10.5281/zenodo.14009575">http://doi.org/10.5281/zenodo.14009575</a></p>
<p>Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.0.2 (Version v3.0.2), as developed on Github. Zenodo. <a href="http://doi.org/10.5281/zenodo.14009575">http://doi.org/10.5281/zenodo.14009575</a></p>

<p>```</p>

Expand Down Expand Up @@ -527,7 +527,7 @@ <h2 id="citing-corems">Citing CoreMS</h2>
<label class="view-source-button" for="mod-corems-view-source"><span>View Source</span></label>

<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos"> 1</span></a><span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;Yuri E. Corilo&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos"> 2</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;3.0.1&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos"> 2</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;3.0.2&quot;</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos"> 3</span></a><span class="kn">import</span> <span class="nn">time</span>
</span><span id="L-4"><a href="#L-4"><span class="linenos"> 4</span></a><span class="kn">import</span> <span class="nn">os</span>
</span><span id="L-5"><a href="#L-5"><span class="linenos"> 5</span></a><span class="kn">import</span> <span class="nn">sys</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# This call to setup() does all the work
setup(
name="CoreMS",
version="3.0.1",
version="3.0.2",
description="Mass Spectrometry Framework for Small Molecules Analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9e999ef

Please sign in to comment.