Skip to content

Commit 8b4a2c9

Browse files
authored
Merge pull request #25 from openworm/development
To v0.2.8
2 parents 647be2b + dc242cb commit 8b4a2c9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

openworm_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of the Python module.
2-
__version__ = "0.2.7"
2+
__version__ = "0.2.8"
33

44

55
def print_(msg, print_it=True):

openworm_ai/utils/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

regenerateAndTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44
ruff format openworm_ai/*.py openworm_ai/*/*.py openworm_ai/*/*/*.py
55
ruff check openworm_ai/*.py openworm_ai/*/*.py openworm_ai/*/*/*.py
66

7-
pip install .
7+
pip install .[dev]
88

99
if [ $1 == "-quiz" ]; then
1010
python -m openworm_ai.quiz.QuizMaster 10

0 commit comments

Comments
 (0)