Skip to content

Commit

Permalink
chore: Update versions for Amundsen Atlas Databuilder release #1411
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <gorskimariusz13@gmail.com>
  • Loading branch information
mgorsk1 authored Aug 3, 2021
1 parent e0c6bbb commit c4478bb
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '0.18.2'
__version__ = '0.19.0'


requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements-dev.txt')
2 changes: 1 addition & 1 deletion databuilder/setup.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '5.2.6'
__version__ = '6.0.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
2 changes: 1 addition & 1 deletion metadata/setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '3.8.1'
__version__ = '3.9.0'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:

0 comments on commit c4478bb

Please sign in to comment.