Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Apr 16, 2022
1 parent e122bf3 commit b37cd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyby/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .enumerator import Enumerator
from .object import respond_to, RObject

VERSION = "0.3.0"
VERSION = "0.4.0"

__all__ = [
Enumerable,
Expand Down

0 comments on commit b37cd34

Please sign in to comment.