Skip to content

Commit

Permalink
change version to 1.0.0.dev0 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 25, 2024
1 parent 759cf9c commit 1e90e8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion corneto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

import_sif = Graph.from_sif

__version__ = "1.0.0-alpha.0"
__version__ = "1.0.0.dev0"


sys.modules.update({f"{__name__}.{m}": globals()[m] for m in ["pl"]})
Expand Down
9 changes: 5 additions & 4 deletions docs/_static/switcher.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[
{
"name": "latest (dev)",
"name": "dev",
"version": "1.0.0-alpha.0",
"url": "https://saezlab.github.io/corneto/dev/"
},
{
"name": "v1.0.0-alpha.0",
"version": "1.0.0-alpha.0",
"url": "https://saezlab.github.io/corneto/main/"
"name": "latest (dev)",
"version": "1.0.0.dev0",
"url": "https://saezlab.github.io/corneto/main/",
"preferred": true
}
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "corneto"
version = "1.0.0-alpha.0"
version = "1.0.0.dev0"
description = "CORNETO: A Unified Framework for Omics-Driven Network Inference"
authors = ["Pablo Rodriguez-Mier <pablo.rodriguez-mier@uni-heidelberg.de>"]
classifiers = [
Expand Down

0 comments on commit 1e90e8a

Please sign in to comment.