Skip to content

Commit

Permalink
Add version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Jun 4, 2023
1 parent daa6d54 commit b548a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alignn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2023.05.30"
__version__ = "2023.05.31"
2 changes: 1 addition & 1 deletion alignn/train_folder_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def train_for_folder(
train_for_folder(
root_dir=args.root_dir,
config_name=args.config_name,
keep_data_order=args.keep_data_order,
# keep_data_order=args.keep_data_order,
classification_threshold=args.classification_threshold,
output_dir=args.output_dir,
batch_size=(args.batch_size),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="alignn",
version="2023.05.30",
version="2023.05.31",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
description="alignn",
Expand Down

0 comments on commit b548a0e

Please sign in to comment.