Skip to content

Commit

Permalink
Update docs to 0.3.0, fix TileDB version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Oct 26, 2018
1 parent 346de73 commit faee2fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.2'
version = '0.3'
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.3.0'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -160,4 +160,4 @@
# -- Custom setup -----------------------------------------------------------

def setup(app):
app.add_stylesheet('custom.css')
app.add_stylesheet('custom.css')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_zipfile(url):
import sys
from sys import version_info as ver

TILEDB_VERSION = "dev"
TILEDB_VERSION = "1.4.0"

# Directory containing this file
CONTAINING_DIR = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit faee2fa

Please sign in to comment.