Skip to content

Commit

Permalink
fix version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastu committed Jan 26, 2022
1 parent 5579fe0 commit bd6c047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eia/__init__.py
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-3-Clause-LBNL"
Expand Down

0 comments on commit bd6c047

Please sign in to comment.