Skip to content

Commit

Permalink
Updated version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdavis committed Apr 6, 2021
1 parent e607b55 commit 1f06a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys

from recommonmark.parser import CommonMarkParser

sys.path.insert(0, os.path.abspath(".."))
Expand All @@ -24,7 +25,7 @@
author = "Amazon Web Services"

# The full version, including alpha/beta/rc tags
release = "0.1.0"
release = "0.2.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -69,5 +70,7 @@

# See here for context:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/117# See here for context:


def setup(app):
app.add_stylesheet("theme_overrides.css")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

_pkg: str = "mlmax"
_version: str = "0.1.0"
_version: str = "0.2.0"


def read(fname):
Expand Down

0 comments on commit 1f06a20

Please sign in to comment.