Skip to content

Commit

Permalink
Bump version: 2022.1.17 → 2022.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Oct 28, 2022
1 parent d2d992c commit a82cd33
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.17"
__version__ = "2022.1.18"

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.17'
version: '2022.1.18'

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

[tool:pytest]
qt_api = pyqt5

[bumpversion:file:decide/__init__.py]

[bumpversion:file:meta.yaml]

0 comments on commit a82cd33

Please sign in to comment.