Skip to content

Commit

Permalink
fix: update-version (#52)
Browse files Browse the repository at this point in the history
* fix linter

* adjust versions
  • Loading branch information
totonga authored Oct 5, 2024
1 parent 75e805f commit 2f2d60a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@

sys.path.insert(0, os.path.abspath("../src/"))

from odsbox import __version__ as odsbox_version


# -- Project information -----------------------------------------------------

project = "ASAM ODSBox docs"
copyright = "2024, Peak Solution"
author = "Peak Solution"

# The full version, including alpha/beta/rc tags
release = odsbox_version
release = "1.0.0"


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ classifiers = [
requires-python = ">=3.10.14"
dynamic = ["version"]
dependencies = [
"protobuf>=3.20.0,<4.0.0",
"requests>=2.25.1,<3.0.0",
"pandas>=1.2.0,<2.0.0",
"protobuf>=5.27.0,<6.0.0",
"requests>=2.30.0,<3.0.0",
"pandas>=2.2.0,<3.0.0",
]

[project.optional-dependencies]
exd-data = ["grpcio>=1.38.0,<2.0.0"]
exd-data = ["grpcio>=1.59.3,<2.0.0"]
test = [
"bandit[toml]==1.7.10",
"black==24.8.0",
Expand Down

0 comments on commit 2f2d60a

Please sign in to comment.