Skip to content

Commit 9e04ee9

Browse files
committed
bump version to 0.5.0
1 parent 7afa331 commit 9e04ee9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
pyoperon
7-
VERSION 0.4.0
7+
VERSION 0.5.0
88
DESCRIPTION "Scikit-learn module and python bindings and for the Operon library"
99
HOMEPAGE_URL "https://operongp.readthedocs.io/en/latest/"
1010
LANGUAGES CXX

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyoperon"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
{ name = "Bogdan Burlacu", email="[email protected]" },
66
]
@@ -16,6 +16,7 @@ classifiers = [
1616
"Intended Audience :: Education",
1717
"Topic :: Scientific/Engineering :: Artificial Intelligence"
1818
]
19+
dependencies = ["numpy>=2.0.2", "pandas>=2.2.3", "scikit-learn>=1.6.1", "matplotlib>=3.9.4", "seaborn>=0.13.2", "jupyter>=1.1.1", "sympy>=1.13.3"]
1920

2021
[project.urls]
2122
"Homepage" = "https://github.com/heal-research/pyoperon"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pyoperon",
12-
version="0.4.0",
12+
version="0.5.0",
1313
description="python bindings for the operon library",
1414
author='Bogdan Burlacu',
1515
packages=['pyoperon'],

0 commit comments

Comments
 (0)