Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Feb 20, 2024
1 parent 8f11ea4 commit c5ca339
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
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="windpowerlib",
version="0.2.2",
version="0.2.3dev",
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__copyright__ = "Copyright oemof developer group"
__license__ = "MIT"
__version__ = "0.2.2"
__version__ = "0.2.3dev"

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

0 comments on commit c5ca339

Please sign in to comment.