We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc5046 commit 74956deCopy full SHA for 74956de
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = yappla
3
-version = 0.0.1
+version = attr: yappla.__version__
4
author = Daniele Calisi
5
author_email = calisi@magazino.eu
6
description = YAPPLA = Yet Another Probabilistic PLAnner (with unified_planning interface)
yappla/__init__.py
@@ -7,3 +7,6 @@
7
from .state_variable import StateVariable
8
from .domain import Domain
9
from .planner import Planner
10
+
11
+__version__ = "0.0.1"
12
0 commit comments