Skip to content

Commit

Permalink
Bump version: 2022.1.19 → 2022.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 19, 2023
1 parent bbb466b commit 3c6de58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion decide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "2022.1.19"
__version__ = "2022.1.20"

decide_base_path = os.path.dirname(os.path.abspath(__file__))

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: 'decide-exchange-model'
version: '2022.1.19'
version: '2022.1.20'

source:
path: ./
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2022.1.19
current_version = 2022.1.20
commit = True
tag = True

Expand All @@ -9,4 +9,5 @@ qt_api = pyqt5
[bumpversion:file:decide/__init__.py]

[bumpversion:file:meta.yaml]

[bumpversion:file:pyproject.toml]

0 comments on commit 3c6de58

Please sign in to comment.