Skip to content

Commit

Permalink
Bump version: 0.9.2 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigji committed Jun 13, 2022
1 parent 7ee8313 commit 701daaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion flammkuchen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.2"
__version__ = "1.0.0"


# Load the following modules by default
Expand Down
11 changes: 5 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[bumpversion]
current_version = 1.0.0
commit = True
tag = True

[bdist_wheel]
universal = 1

[metadata]
description-file = README.md

[bumpversion]
current_version = 0.9.2
commit = True
tag = True

[flake8]
ignore = E203,E501,W293,E231,W503,C901,W291,E266
max-complexity = 7
Expand All @@ -21,4 +21,3 @@ replace = version="{new_version}"
[bumpversion:file:flammkuchen/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

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

args = dict(
name="flammkuchen",
version="0.9.2",
version="1.0.0",
url="https://github.com/portugueslab/flammkuchen",
description="Easy saving and loading of hdf5 files in python (forked from DeepDish)",
maintainer="Luigi Petrucco, Vilim Stih @portugueslab",
Expand Down

0 comments on commit 701daaf

Please sign in to comment.