Skip to content

Commit 74956de

Browse files
author
Daniele Calisi
committed
Add better version support
1 parent 1bc5046 commit 74956de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = yappla
3-
version = 0.0.1
3+
version = attr: yappla.__version__
44
author = Daniele Calisi
55
author_email = calisi@magazino.eu
66
description = YAPPLA = Yet Another Probabilistic PLAnner (with unified_planning interface)

yappla/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
from .state_variable import StateVariable
88
from .domain import Domain
99
from .planner import Planner
10+
11+
__version__ = "0.0.1"
12+

0 commit comments

Comments
 (0)