Skip to content

Commit

Permalink
chore: Update docker version of deploy container
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajat committed Aug 17, 2021
1 parent ad5b11f commit 2b0bcda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ jobs:

deploy:
environment:
PYVERSION: "3.8.1"
PYVERSION: "3.8.11"
docker:
- image: tokern/python:3.8.3-buster
- image: tokern/python:3.8.11-buster
environment:
PYVERSION: "3.8.1"
PYVERSION: "3.8.11"
steps:
- checkout
- python/install-packages:
Expand Down
2 changes: 1 addition & 1 deletion data_lineage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "0.8.1"
__version__ = "0.8.2"

import datetime
import json
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 = "data-lineage"
version = "0.8.1"
version = "0.8.2"
description = "Open Source Data Lineage Tool for Redshift. Snowflake and many other databases"
authors = ["Tokern <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2b0bcda

Please sign in to comment.