Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron authored Oct 29, 2024
1 parent c447fdf commit 2726224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ImportError as e:
warnings.warn(ImportWarning(e))

VERSION = (0, 9, 3)
VERSION = (0, 9, 4)

__version__ = ".".join([str(i) for i in VERSION])
__author__ = "nielstron"
Expand Down

0 comments on commit 2726224

Please sign in to comment.