Skip to content

Commit

Permalink
hard-code version in script and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Collins committed Oct 18, 2024
1 parent 56bf1f8 commit 68357e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions el_gato/el_gato.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@
import math
import json
from collections import defaultdict, Counter, OrderedDict
from importlib import metadata
from packaging.version import Version

t0 = time.time()
script_filename = inspect.getframeinfo(inspect.currentframe()).filename
script_path = os.path.dirname(os.path.abspath(script_filename))
#version = get_distribution('elgato').version
version = metadata.version('elgato')
version = "1.20.1"

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.0",
version="1.20.1",
python_requires='>=3.8',
scripts = [
'el_gato/el_gato.py',
Expand Down

0 comments on commit 68357e3

Please sign in to comment.