Loading docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ services: - '/dev/null' postgres: image: postgres image: postgres:14.0 environment: - POSTGRES_PASSWORD=postgres - POSTGRES_USER=postgres Loading src/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import os from setuptools import setup # update version information here _version = '0.1.6' _version = '0.1.8' # packages _packages = ['common', 'common.mixins'] Loading Loading
docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ services: - '/dev/null' postgres: image: postgres image: postgres:14.0 environment: - POSTGRES_PASSWORD=postgres - POSTGRES_USER=postgres Loading
src/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import os from setuptools import setup # update version information here _version = '0.1.6' _version = '0.1.8' # packages _packages = ['common', 'common.mixins'] Loading