Skip to content

Commit 9a0a624

Browse files
authored
Patch version bump to 1.1.32 (#506)
* Version bumping deltaCAT to 1.1.32 * Bumping action/cache version to to v4 from v1
1 parent 11bbbed commit 9a0a624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python -m pytest --benchmark-json output.json
5454
# Download previous benchmark result from cache (if exists)
5555
- name: Download previous benchmark data
56-
uses: actions/cache@v1
56+
uses: actions/cache@v4
5757
with:
5858
path: ./cache
5959
key: ${{ runner.os }}-benchmark

deltacat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))
4646

47-
__version__ = "1.1.31"
47+
__version__ = "1.1.32"
4848

4949

5050
__all__ = [

0 commit comments

Comments
 (0)