diff --git a/eia/__init__.py b/eia/__init__.py index 6a3846f..06171e5 100644 --- a/eia/__init__.py +++ b/eia/__init__.py @@ -1,7 +1,7 @@ from importlib import metadata from loguru import logger -__version__ = metadata.version("eia") +__version__ = metadata.version("pyeia") # Do not pass logs to application; it is always possible to enable logging # at the application level, e.g. logger.enable("eia") diff --git a/pyproject.toml b/pyproject.toml index 6a1775b..2aca952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyeia" -version = "0.1.4" +version = "0.1.5" description = "Python client for the Energy Information Administration (EIA) API" authors = ["Thomas Tu "] license = "BSD-3-Clause-LBNL"