Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Apr 5, 2023
1 parent d5e7817 commit 968373e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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 = "loopsim"
version = "0.3.2"
version = "0.3.3"
description = "A Fast Computational Tool for the Simulation and Analysis of Chromatin Loops"
authors = ["Gideon Shaked <[email protected]>"]
maintainers = ["Gideon Shaked <[email protected]>"]
Expand All @@ -13,13 +13,15 @@ homepage = "https://github.com/CutaneousBioinf/Hi-C"
repository = "https://github.com/CutaneousBioinf/Hi-C"
classifiers = ["Environment :: Console",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
"Natural Language :: English"]

packages = [{include = "loopsim"}]
include = ["data/*"]

[tool.poetry.dependencies]
python = ">=3.6"
Expand Down

0 comments on commit 968373e

Please sign in to comment.