Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Collins committed Dec 17, 2024
1 parent 1d96296 commit f6f17a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "elgato" %}
{% set version = "1.20.0" %}
{% set version = "1.20.2" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion el_gato/el_gato.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
t0 = time.time()
script_filename = inspect.getframeinfo(inspect.currentframe()).filename
script_path = os.path.dirname(os.path.abspath(script_filename))
version = "1.20.1"
version = "1.20.2"

class Ref:
file = "Ref_Paris_mompS_2.fasta"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="elgato",
version="1.20.1",
version="1.20.2",
python_requires='>=3.8',
scripts = [
'el_gato/el_gato.py',
Expand Down

0 comments on commit f6f17a6

Please sign in to comment.