Skip to content

Commit a6dc7ba

Browse files
committed
fixing version number
1 parent 8cbc5c0 commit a6dc7ba

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.7.0
2+
current_version = 3.4.0
33
commit = False
44
tag = False
55

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CoreMS aims to provide
4949

5050
## Current Version
5151

52-
`3.7.0`
52+
`3.4.0`
5353

5454
***
5555

@@ -336,11 +336,11 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
336336
337337
If you use CoreMS in your work, please use the following citation:
338338
339-
Version [3.7.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.7.0), archived on Zenodo:
339+
Version [3.4.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.4.0), archived on Zenodo:
340340
341341
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14009575.svg)](https://doi.org/10.5281/zenodo.14009575)
342342
343-
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.7.0 (Version v3.7.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
343+
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.4.0 (Version v3.4.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
344344
345345
```
346346

corems/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Yuri E. Corilo"
2-
__version__ = "3.7.0"
2+
__version__ = "3.4.0"
33
import time
44
import os
55
import sys

docs/corems.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h1 id="corems">CoreMS</h1>
154154

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

157-
<p><code>3.7.0</code></p>
157+
<p><code>3.4.0</code></p>
158158

159159
<hr />
160160

@@ -489,11 +489,11 @@ <h2 id="citing-corems">Citing CoreMS</h2>
489489

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

492-
<p>Version <a href="https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.7.0">3.7.0 Release on GitHub</a>, archived on Zenodo: </p>
492+
<p>Version <a href="https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.4.0">3.4.0 Release on GitHub</a>, archived on Zenodo: </p>
493493

494494
<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>
495495

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

498498
<p>```</p>
499499

@@ -529,7 +529,7 @@ <h2 id="citing-corems">Citing CoreMS</h2>
529529
<label class="view-source-button" for="mod-corems-view-source"><span>View Source</span></label>
530530

531531
<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>
532-
</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.7.0&quot;</span>
532+
</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.4.0&quot;</span>
533533
</span><span id="L-3"><a href="#L-3"><span class="linenos"> 3</span></a><span class="kn">import</span><span class="w"> </span><span class="nn">time</span>
534534
</span><span id="L-4"><a href="#L-4"><span class="linenos"> 4</span></a><span class="kn">import</span><span class="w"> </span><span class="nn">os</span>
535535
</span><span id="L-5"><a href="#L-5"><span class="linenos"> 5</span></a><span class="kn">import</span><span class="w"> </span><span class="nn">sys</span>

0 commit comments

Comments
 (0)