Skip to content

Commit

Permalink
-changed format version
Browse files Browse the repository at this point in the history
  • Loading branch information
EPrade committed Oct 24, 2024
1 parent 099fdfb commit 123ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandapipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import importlib.metadata

__version__ = importlib.metadata.version("pandapipes")
__format_version__ = '0.10.1'
__format_version__ = '0.11.0'

import pandas as pd
import os
Expand Down

0 comments on commit 123ccc8

Please sign in to comment.