Skip to content

Commit

Permalink
Fix version identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jul 15, 2024
1 parent 672dd5e commit f942264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opshin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import warnings

__version__ = "0.21.1"
__version__ = "0.21.2"
__author__ = "nielstron"
__author_email__ = "[email protected]"
__copyright__ = "Copyright (C) 2023 nielstron"
Expand Down

0 comments on commit f942264

Please sign in to comment.