Commit 5e055913 authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

bump versions

parent c09e6691
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ services:
      - '/dev/null'

  postgres:
    image: postgres
    image: postgres:14.0
    environment: 
      - POSTGRES_PASSWORD=postgres
      - POSTGRES_USER=postgres
+1 −1
Original line number Diff line number Diff line
@@ -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']