Skip to content

Commit

Permalink
Bump version: 1.13.0 → 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 11, 2024
1 parent 3a87063 commit 58077f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.13.1 (2024-07-11)

### Fix

- added optimal acceptance time recording to results
- remove watermark dependencies

### Refactor

- refactored run.py

## v1.13.0 (2024-06-19)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pycmtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__author__ = """Melvin Wong"""
__version__ = "1.13.0"
__version__ = "1.13.1"

import importlib

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pycmtensor"
version = "1.13.0"
version = "1.13.1"
description = "A robust and efficient Python package leveraging tensor computations for advanced discrete choice modelling."
authors = ["Melvin Wong"]
license = "MIT"
Expand Down Expand Up @@ -89,7 +89,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.13.0"
version = "1.13.1"
tag_format = "v$version"
bump_message = "Bump version: $current_version → $new_version"
version_files = [
Expand Down

0 comments on commit 58077f3

Please sign in to comment.