Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliott-imhoff committed Jan 16, 2025
1 parent ac9af8d commit 9f78b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions imgparse/_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""Defines package version."""

import importlib.metadata
import os

if os.environ.get("VERSION"):
__version__ = os.environ.get("VERSION")
else:
__version__ = importlib.metadata.version("imgparse")
__version__ = importlib.metadata.version("imgparse")
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 = "imgparse"
version = "2.0.0"
version = "2.0.1"
description = "Python image-metadata-parser utilities"
authors = []

Expand Down

0 comments on commit 9f78b8d

Please sign in to comment.