Skip to content

Commit bb72f20

Browse files
authored
Merge pull request #7 from maclariz/setup_improve
Setup improve
2 parents de83e1c + f801b73 commit bb72f20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Topic :: Education :: Computer Aided Instruction (CAI)",
1818
]
19+
dependencies = "dynamic"
1920
[tool.setuptools]
2021
py-modules = []

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)