Skip to content

Commit

Permalink
0.0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
casvbem committed Aug 21, 2023
1 parent adc25a4 commit e8c681a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='xbTools',
version='0.0.5',
version='0.0.6',
description='Toolbox to analyse and setup xbeach models',
url='https://github.com/openearth/xbeach-toolbox',
# Authors: Menno de Ridder ([email protected]), Cas van Bemmelen ([email protected])
Expand Down
2 changes: 1 addition & 1 deletion xbTools/xbeachtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import matplotlib.pyplot as plt

# import rotate grid from geometry
from general.geometry import rotate_grid
from .general.geometry import rotate_grid

class XBeachModelSetup():
'''
Expand Down

0 comments on commit e8c681a

Please sign in to comment.