diff --git a/pycallgraph/metadata.py b/pycallgraph/metadata.py index 3f20e80..e22e5fe 100644 --- a/pycallgraph/metadata.py +++ b/pycallgraph/metadata.py @@ -1,6 +1,6 @@ # A different file to pycallgraph.py because of circular import problem -__version__ = '2.1.1' +__version__ = '2.1.2' __copyright__ = 'Copyright Gerald Kaszuba 2007-2024' __license__ = 'GPLv2' __author__ = 'Gerald Kaszuba'