Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 9, 2024
1 parent 8bd75ab commit 2aa2c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="windpowerlib",
version="0.2.2dev0",
version="0.2.2",
description="Creating time series of wind power plants.",
url="http://github.com/wind-python/windpowerlib",
author="oemof developer group",
Expand Down
2 changes: 1 addition & 1 deletion windpowerlib/__init__.py
@@ -1,6 +1,6 @@
__copyright__ = "Copyright oemof developer group"
__license__ = "MIT"
__version__ = "0.2.2dev0"
__version__ = "0.2.2"

from .wind_turbine import WindTurbine # noqa: F401
from .data import get_turbine_types # noqa: F401
Expand Down

0 comments on commit 2aa2c8d

Please sign in to comment.