Skip to content

Commit

Permalink
Export get_folder_migrations in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Mar 20, 2024
1 parent 95fc2cc commit 6a78a0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions migrate_ckpt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Migration,
MigrationCallback,
ckpt_migration_key,
get_folder_migrations,
migrate_ckpt,
migrate_from_folder,
)
Expand All @@ -18,4 +19,5 @@
"ckpt_migration_key",
"migrate_ckpt",
"migrate_from_folder",
"get_folder_migrations",
]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "migrate-ckpt"
version = "0.1.0"
version = "0.1.1"
description = "Checkpoint migration utility"
authors = ["bdvllrs <bdvllrs@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 6a78a0c

Please sign in to comment.