Skip to content

Commit

Permalink
Update version info.
Browse files Browse the repository at this point in the history
Update version info.
  • Loading branch information
Moon Ki Jung committed Jun 22, 2020
1 parent 8fcf31b commit 968b563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gapfill/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .gapfill import __author__, __version__
from .gapfill import *
2 changes: 1 addition & 1 deletion gapfill/gapfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__author__ = "Moon Ki Jung, https://github.com/mkjung99/gapfill"
__version__ = "0.0.6"
__version__ = "0.0.7"

import numpy as np
from scipy.interpolate import InterpolatedUnivariateSpline
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="gapfill",
version="0.0.6",
version="0.0.7",
author="Moon Ki Jung",
author_email="m.k.jung@outlook.com",
description="GapFill: A Python module of gap filling functions for motion capture marker data",
Expand Down

0 comments on commit 968b563

Please sign in to comment.