File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11context :
22 # Tracks the latest published PyPI sdist. Repository code can be ahead between releases.
3- version : 0.10.1
3+ version : 0.10.2
44
55package :
66 name : symclatron
77 version : ${{ version }}
88
99source :
1010- url : https://pypi.org/packages/source/s/symclatron/symclatron-${{ version }}.tar.gz
11- sha256 : bf4fdef6e064351512057e49ca887cb4e9892ca4e0c80428805f928bcbb0a60d
11+ sha256 : 55384d40caee695b276190f8fc28cb830b99ce2587a4153b2720b7e9837fb02d
1212
1313build :
1414 script :
Original file line number Diff line number Diff line change 1717"""
1818
1919# Version information - required by flit for dynamic version
20- __version__ = "0.10.1 "
20+ __version__ = "0.10.2 "
2121
2222# Author information - required by flit
2323__author__ = "Juan C. Villada"
Original file line number Diff line number Diff line change 45452025
4646"""
4747
48- __version__ = "0.10.1 "
48+ __version__ = "0.10.2 "
4949DEFAULT_CONFIDENCE_THRESHOLD = 0.725
5050confidence_threshold : float = DEFAULT_CONFIDENCE_THRESHOLD
5151extra_results_dir : Optional [str ] = None
You can’t perform that action at this time.
0 commit comments