Skip to content

Commit

Permalink
Update version to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 12, 2023
1 parent acfb857 commit 4a1e26d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 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.18"
__version__ = "2022.1.19"

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

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies:
- cryptography=39.0.0=py39hd598818_0
- cycler=0.12.1=pyhd8ed1ab_0
- dbus=1.13.6=h5008d03_3
- decide-exchange-model=2022.1.18=py39_0
- distlib=0.3.8=pyhd8ed1ab_0
- dulwich=0.21.7=py39hd1e30aa_0
- expat=2.5.0=hcb278e6_1
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.18'
version: '2022.1.19'

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.18"
version = "2022.1.19"
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.18
current_version = 2022.1.19
commit = True
tag = True

Expand Down

0 comments on commit 4a1e26d

Please sign in to comment.