Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielTukker committed Dec 4, 2020
1 parent f47f917 commit 93fd4be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.1.0
commit = True
tag = True

Expand All @@ -8,7 +8,6 @@ tag = True
[bumpversion:file:CHANGELOG.md]
search = ## [Unreleased]
replace = ## [Unreleased]
##[{new_version} ]

[bumpversion:file:docs/conf.py]
search = release = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Set github actions for publishing packages automatically

## [0.0.5] - 2020-12-03
## [## [Unreleased]] - 2020-12-03
### Added
- Added Dashboard example [@samvanderzwan](https://github.com/samvanderzwan).
- Added test for wandaplot_table()
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Michiel Tukker, Sam van der Zwan'

# The full version, including alpha/beta/rc tags
release = '0.0.5'
release = 0.1.0


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="wandatoolbox", # Replace with your own username
version="0.0.5",
version="0.1.0",
author="Michiel Tukker",
author_email="Michiel.Tukker@deltares.nl",
description="Python toolbox for Wanda",
Expand Down

0 comments on commit 93fd4be

Please sign in to comment.