Skip to content

Commit 74c8fb2

Browse files
authoredMar 4, 2024··
MAIN: release 0.5.0
1 parent 5d9717c commit 74c8fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pyedb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
4444
#
4545

4646
pyedb_path = os.path.dirname(__file__)
47-
__version__ = "0.5.dev0"
47+
__version__ = "0.5.0"
4848
version = __version__
4949

5050
#

0 commit comments

Comments
 (0)
Please sign in to comment.