Skip to content

Commit

Permalink
Revert "3.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 5b90aa2.
  • Loading branch information
hiroki0525 committed Dec 8, 2024
1 parent 5b90aa2 commit 0ab771d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.
80 changes: 0 additions & 80 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion autoload/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from ._decorators import loadable
from ._loaders import autoload

__version__ = "3.0.0"
__version__ = "2.0.0"

__all__ = (
"autoload",
Expand Down
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 = "autoload-module"
version = "3.0.0"
version = "2.0.0"
description = "Python Autoload Module"
authors = ["Hiroki Miyaji <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0ab771d

Please sign in to comment.