Skip to content

Commit

Permalink
Target TileDB 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jan 8, 2020
1 parent 28cbaa9 commit 08cd6a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = 'TileDB, Inc.'

# The short X.Y version
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion misc/pypi_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ ADD misc/pypi_linux/build.sh /usr/bin/build.sh
RUN chmod +x /usr/bin/build.sh

# add source directory as optional TILEDB_PY_REPO
ADD . /opt/TileDB-Py
ADD . /opt/TileDB-Py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_zipfile(url):
from sys import version_info as ver

# Target branch
TILEDB_VERSION = "dev"
TILEDB_VERSION = "1.7.3"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit 08cd6a5

Please sign in to comment.