Skip to content

Commit b3066e2

Browse files
authored
chore(main): release 0.2.2 (#72)
1 parent d0bc557 commit b3066e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/socialgene/sgpy/compare/v0.2.1...v0.2.2) (2023-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* read env HMMSEARCH_IEVALUE as float ([#71](https://github.com/socialgene/sgpy/issues/71)) ([d0bc557](https://github.com/socialgene/sgpy/commit/d0bc5570077b67898777c0c72e70ced0c9d6e504))
9+
310
## [0.2.1](https://github.com/socialgene/sgpy/compare/v0.2.0...v0.2.1) (2023-11-14)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "socialgene"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Creating and interacting with graph databases of protein domains and their genome coordinates"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)