Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Oct 1, 2024
1 parent 07fc482 commit 246ca70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exoiris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

from .exoiris import ExoIris, load_model, clean_knots
from .exoiris import ExoIris, load_model
from .tsdata import TSData, TSDataSet
from .binning import Binning
from .ldtkld import LDTkLD

__version__ = '0.9.8'
__version__ = '0.9.9'

0 comments on commit 246ca70

Please sign in to comment.