diff options
Diffstat (limited to 'bindings/python/google_benchmark/__init__.py')
-rw-r--r-- | bindings/python/google_benchmark/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/google_benchmark/__init__.py b/bindings/python/google_benchmark/__init__.py index c1393b4..e7870c8 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py @@ -49,7 +49,8 @@ from google_benchmark._benchmark import ( oNone as oNone, oNSquared as oNSquared, ) -from google_benchmark.version import __version__ as __version__ + +__version__ = "1.9.0" class __OptionMaker: |