Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Sep 16, 2024
1 parent a110303 commit 33ba2ad
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 158 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biodivine-aeon-py"
version = "1.0.0-alpha10"
version = "1.0.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Biodivine/AEON.py

> AEON.py now finally has API documentation! You can learn more about the individual methods and classes
> [here](https://biodivine.fi.muni.cz/docs/aeon-py/latest/biodivine_aeon.html#BooleanNetwork).
> [here](https://biodivine.fi.muni.cz/docs/aeon-py/latest/).
AEON.py provides Python bindings for the internal and experimental functionality of the tool
[AEON](https://biodivine.fi.muni.cz/aeon/). You can use it to perform analysis of
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "biodivine_aeon" %}
{% set version = "0.0.9a3" %}
{% set version = "1.0.0" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biodivine_aeon>=0.4.0-alpha1
biodivine_aeon>=1.0.0
notebook>=6.0.0
graphviz>=0.20.0
pandas>=1.5.0
153 changes: 0 additions & 153 deletions model.aeon

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
name = "biodivine_aeon"
description = "Python bindings for the tool AEON."
version = "1.0.0a10"
version = "1.0.0"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 33ba2ad

Please sign in to comment.