Skip to content

Commit

Permalink
version v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EOjeah committed Jul 4, 2024
1 parent 0b9c1ad commit b6c35ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
from setuptools import find_packages
from setuptools import setup

from pyramid_zipkin.version import __version__ as version
with open('pyramid_zipkin/version.py') as f:
exec(f.read())

version = locals()['__version__']

setup(
name='pyramid_zipkin',
Expand Down

0 comments on commit b6c35ae

Please sign in to comment.