Skip to content

Commit

Permalink
Fix --version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennings Zhang authored and Jennings Zhang committed Jan 30, 2023
1 parent ed4fed1 commit 30eb1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ep_surface_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from chris_plugin import chris_plugin, PathMapper
from loguru import logger

__pkg = Distribution.from_name(__package__)
__pkg = Distribution.from_name('ep_surface_fit')
__version__ = __pkg.version


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ep_surface_fit',
version='0.4.1',
version='0.4.2',
description='surface_fit wrapper',
author='Jennings Zhang',
author_email='[email protected]',
Expand Down

0 comments on commit 30eb1c8

Please sign in to comment.