Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Upping version
  • Loading branch information
JamesPino authored Apr 23, 2024
1 parent d365cfc commit 37e5eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplepso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_MAJOR = 2
_MINOR = 2
_MICRO = 2
_MICRO = 3
__version__ = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
__release__ = '%d.%d' % (_MAJOR, _MINOR)
__all__ = ['PSO']

0 comments on commit 37e5eb2

Please sign in to comment.