Skip to content

Commit 4966c14

Browse files
committed
release new version
1 parent 195bd8b commit 4966c14

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ipython_config.py
111111

112112
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113113
__pypackages__/
114-
114+
extras_require={"test": read_requirements("requirements-test.txt")},
115115
# Celery stuff
116116
celerybeat-schedule
117117
celerybeat.pid

mugen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

mugen/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .trainer import Trainer
2+
from .training_args import TrainingArguments

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def read_requirements(path):
4242
entry_points={
4343
"console_scripts": ["project_name = project_name.__main__:main"]
4444
},
45-
)
45+
)

0 commit comments

Comments
 (0)