Skip to content

Commit

Permalink
Version 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xapple committed Sep 6, 2023
1 parent e709e41 commit ba0db0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![PyPI version](https://badge.fury.io/py/crest4.svg)](https://badge.fury.io/py/crest4)
![Pytest passing](https://github.com/xapple/crest4/actions/workflows/pytest_master_branch.yml/badge.svg)

# CREST version 4.3.5
# CREST version 4.3.6

`crest4` is a python package for automatically assigning taxonomic names to DNA sequences obtained from environmental sequencing.

Expand Down
2 changes: 1 addition & 1 deletion crest4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

# Special variables #
__version__ = '4.3.5'
__version__ = '4.3.6'

# Constants #
project_url = 'https://github.com/xapple/crest4'
Expand Down
2 changes: 1 addition & 1 deletion docs/crest4.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1 class="modulename">
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="c1"># Special variables #</span>
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;4.3.5&#39;</span>
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">&#39;4.3.6&#39;</span>
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a>
</span><span id="L-16"><a href="#L-16"><span class="linenos">16</span></a><span class="c1"># Constants #</span>
</span><span id="L-17"><a href="#L-17"><span class="linenos">17</span></a><span class="n">project_url</span> <span class="o">=</span> <span class="s1">&#39;https://github.com/xapple/crest4&#39;</span>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Call setup #
setup(
name = 'crest4',
version = '4.3.5',
version = '4.3.6',
description = 'The `crest4` python package can automatically assign '
'taxonomic names to DNA sequences obtained from '
'environmental sequencing.',
Expand Down

0 comments on commit ba0db0c

Please sign in to comment.