Skip to content

Commit eeb8ca1

Browse files
committed
Release 0.10.2
1 parent 38c7680 commit eeb8ca1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
context:
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

55
package:
66
name: symclatron
77
version: ${{ version }}
88

99
source:
1010
- url: https://pypi.org/packages/source/s/symclatron/symclatron-${{ version }}.tar.gz
11-
sha256: bf4fdef6e064351512057e49ca887cb4e9892ca4e0c80428805f928bcbb0a60d
11+
sha256: 55384d40caee695b276190f8fc28cb830b99ce2587a4153b2720b7e9837fb02d
1212

1313
build:
1414
script:

symclatron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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"

symclatron/symclatron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
2025
4646
"""
4747

48-
__version__ = "0.10.1"
48+
__version__ = "0.10.2"
4949
DEFAULT_CONFIDENCE_THRESHOLD = 0.725
5050
confidence_threshold: float = DEFAULT_CONFIDENCE_THRESHOLD
5151
extra_results_dir: Optional[str] = None

0 commit comments

Comments
 (0)