Skip to content

Commit

Permalink
Bump version: 1.0.3 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlenzen committed Aug 23, 2021
1 parent b3a38f8 commit 57bfc33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 1.0.3
current_version = 2.0.0
commit = True
tag = True

[bumpversion:file:collections_extended/_version.py]

[bumpversion:file:setup.py]

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion collections_extended/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Module to store version so it can be imported in other modules."""
__version__ = '1.0.3'
__version__ = '2.0.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "collections-extended"
version = "1.0.3"
version = "2.0.0"
description = "Extra Python Collections - bags (multisets) and setlists (ordered sets)"
authors = ["Michael Lenzen <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 57bfc33

Please sign in to comment.