Skip to content

Commit

Permalink
release: version 1.1.3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Oct 8, 2024
1 parent 5afd9dc commit 100671a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ Changelog
=========


(unreleased)
------------
1.1.2 (2024-10-08)
------------------
- Release: version 1.1.2 🚀 [jkobject]
- Removing build. [jkobject]


Expand Down
2 changes: 1 addition & 1 deletion bengrn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "benGRN"
version = "1.1.2"
version = "1.1.3"
description = "benchmarking gene regulatory networks"
authors = [
{name = "jeremie kalfon", email = "[email protected]"}
Expand All @@ -26,6 +26,7 @@ dependencies = [
"gseapy>=0.10.0",
"bionty>=0.49.0",
"rich>=13.5.0",
"setuptools>=65.5.1",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -54,5 +55,8 @@ select = ["E", "F", "I"]
ignore = ["E501", "E203", "E266", "E265", "F401", "F403"]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=65.5.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["bengrn"]

0 comments on commit 100671a

Please sign in to comment.