Skip to content

Commit

Permalink
Updated pyproject.toml, README.md and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Nov 3, 2023
1 parent 943b259 commit dc37f8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Install the package via
pip install fglib2
``

Read the docs TODO.
Read the docs [here](https://fglib2.readthedocs.io/en/latest/).
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
keywords=["probabilistic graphical models", "factor graphs", "belief propagation", "sum product",
"probabilistic machine learning", "probability theory", "variables", "reasoning under uncertainty"]
dynamic = ["version"]
dynamic = ["version", "dependencies"]

[project.urls]
"Source" = 'https://github.com/tomsch420/fglib2'
Expand All @@ -32,3 +32,4 @@ include = ["fglib2*"]

[tool.setuptools.dynamic]
version = {attr = "fglib2.__version__"}
dependencies = {file = "requirements.txt"}
2 changes: 1 addition & 1 deletion src/fglib2/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '1.1.2'

0 comments on commit dc37f8b

Please sign in to comment.