Skip to content

Commit

Permalink
release: version 1.1.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent 3081835 commit 0c48e30
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 44 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Changelog

(unreleased)
------------
- More tests. [jkobject]


1.1.1 (2024-09-04)
------------------
- Release: version 1.1.1 🚀 [jkobject]
- Makefile update. [jkobject]


Expand Down
2 changes: 1 addition & 1 deletion grnndata/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
53 changes: 10 additions & 43 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "grnndata"
version = "1.1.1"
version = "1.1.2"
description = "Awesome gene regulatory network enhanced anndata"
authors = [ "jkobject",]
readme = [ "README.md", "LICENSE",]
Expand All @@ -27,51 +27,18 @@ powerlaw = "*"
pyvis = "*"
d3graph = "*"
scanpy = "*"
pytest = { version = "^7.4.3", optional = true }
coverage = { version = "^7.3.2", optional = true }
flake8 = { version = "^6.1.0", optional = true }
black = { version = "^23.10.1", optional = true }
isort = { version = "^5.12.0", optional = true }
pytest-cov = { version = "^4.1.0", optional = true }
mypy = { version = "^1.6.1", optional = true }
gitchangelog = { version = "^3.0.4", optional = true }
mkdocs = { version = "^1.5.3", optional = true }

[tool.poetry.extras]
dev = [ "pytest", "toml", "coverage", "flake8", "black", "isort", "pytest-cov", "mypy", "gitchangelog", "mkdocs", "mkdocs-git-revision-date-localized-plugin", "mkdocstrings", "mkdocs-git-authors-plugin", "mkdocs-jupyter", "mkdocstrings-python"]

[tool.poetry.scripts]
grnndata = "grnndata.__main__:main"



[tool.poetry.dependencies.pytest]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.coverage]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.flake8]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.black]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.isort]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.pytest-cov]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.mypy]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.gitchangelog]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.mkdocs]
version = "1.1.1"
optional = true

[tool.poetry.dependencies.toml]
version = "1.1.1"
optional = true

0 comments on commit 0c48e30

Please sign in to comment.