Skip to content

Commit

Permalink
Version - Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaobernardi committed Aug 11, 2023
1 parent c8b4e9b commit 34f6511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .event_space import EventSpace, global_event_space

__name__ = "pyding"
__version__ = "1.8.2"
__version__ = "1.8.3"

def __getattr__(attr):
return global_event_space.__getattribute__(attr)
Expand Down

0 comments on commit 34f6511

Please sign in to comment.