Skip to content

Commit

Permalink
fix: update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent 603be90 commit ace87c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__email__ = "volodymyr.pivoshenko@gmail.com"

__license__ = "MIT"
__copyright__ = "Copyright 2023, Volodymyr Pivoshenko"
__copyright__ = "Copyright 2025, Volodymyr Pivoshenko"

from poetry_plugin_dotenv import config
from poetry_plugin_dotenv import dotenv
Expand Down

0 comments on commit ace87c5

Please sign in to comment.