Skip to content

Commit 2b0bcda

Browse files
committed
chore: Update docker version of deploy container
1 parent ad5b11f commit 2b0bcda

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888

8989
deploy:
9090
environment:
91-
PYVERSION: "3.8.1"
91+
PYVERSION: "3.8.11"
9292
docker:
93-
- image: tokern/python:3.8.3-buster
93+
- image: tokern/python:3.8.11-buster
9494
environment:
95-
PYVERSION: "3.8.1"
95+
PYVERSION: "3.8.11"
9696
steps:
9797
- checkout
9898
- python/install-packages:

data_lineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "0.8.1"
2+
__version__ = "0.8.2"
33

44
import datetime
55
import json

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-lineage"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Open Source Data Lineage Tool for Redshift. Snowflake and many other databases"
55
authors = ["Tokern <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)