Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Feb 8, 2023
1 parent 6cafb58 commit ff798fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

Expand All @@ -16,4 +16,3 @@ universal = 1

[flake8]
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='sympl',
version='0.4.0',
version='0.4.1',
description='Sympl is a Toolkit for building Earth system models in Python.',
long_description=readme + '\n\n' + history,
author="Jeremy McGibbon",
Expand Down
2 changes: 1 addition & 1 deletion sympl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from ._core.wrappers import UpdateFrequencyWrapper, ScalingWrapper
from ._core.time import datetime, timedelta

__version__ = '0.4.0'
__version__ = '0.4.1'
__all__ = (
TendencyComponent, DiagnosticComponent, Stepper, Monitor, TendencyComponentComposite,
ImplicitTendencyComponentComposite,
Expand Down

0 comments on commit ff798fe

Please sign in to comment.