diff --git a/nebulizer/__init__.py b/nebulizer/__init__.py index c9b3dc3..2ed1b90 100644 --- a/nebulizer/__init__.py +++ b/nebulizer/__init__.py @@ -1,5 +1,5 @@ # Current version of the library -__version__ = '0.0.3' +__version__ = '0.1.0' def get_version(): """Returns a string with the current version of the library (e.g., "0.2.0")