Skip to content

Commit 1e343da

Browse files
committed
fix: resolve pkg_resources deprecation warning
1 parent 05d720b commit 1e343da

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/pygef/_version.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
import pkg_resources
2-
3-
try:
4-
__version__ = pkg_resources.get_distribution("pygef").version
5-
# during CI
6-
except pkg_resources.DistributionNotFound:
7-
__version__ = "unknown"
1+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)