Skip to content

Commit

Permalink
Bump version: 2022.1.22 → 2022.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Jan 5, 2024
1 parent d79c404 commit 309bb23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22"
__version__ = "2022.1.23"

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.22'
version: '2022.1.23'

source:
path: ./
Expand Down
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 = "decide-exchange-model"
version = "2022.1.22"
version = "2022.1.23"
description = "Decide exchange model"
authors = ["Jelmer Draaijer <info@jelmert.nl>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2022.1.22
current_version = 2022.1.23
commit = True
tag = True

Expand Down

0 comments on commit 309bb23

Please sign in to comment.