Skip to content

Commit

Permalink
Minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmao committed Jan 10, 2024
1 parent a527eeb commit ffb6f4b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.9.0
commit = False
tag = False
tag_name = {new_version}
Expand Down
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog
* :feature:`50` Add a distutils command for marbles
* :bug:`58` Fixed test failure on OSX
* :release:`0.9.0 <2024-01-10>`

* :release:`0.8.1 <2022-07-25>`
* :support:`91` Allow user to specify network interface for MAC address

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Hudson & Thames Quantitative Research'

# The full version, including alpha/beta/rc tags
release = '0.8.1'
release = '0.9.0'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Recommended Setup on Windows

.. code-block::
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.8.1-py38-none-any.whl
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.9.0-py38-none-any.whl
#. Make sure your API key is available in your environment under the ``ARBLAB_API_KEY`` environment variable by opening the Command Prompt as an administrator, and running the following command:
Expand Down Expand Up @@ -81,7 +81,7 @@ Recommended Setup on Linux / MacOS

.. code-block::
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.8.1-py38-none-any.whl
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.9.0-py38-none-any.whl
#. Make sure your API key is available in your environment under the ``ARBLAB_API_KEY`` environment variable.

Expand Down Expand Up @@ -128,7 +128,7 @@ Google Colab

.. code-block::
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.8.1-py38-none-any.whl
pip install https://1fed2947109cfffdd6aaf615ea84a82be897c4b9@raw.githubusercontent.com/hudson-and-thames-clients/arbitragelab/master/arbitragelab-0.9.0-py38-none-any.whl
#. Insert the following in the first cell of your notebook in order to register your API key
Expand Down
2 changes: 1 addition & 1 deletion obfuscate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Set the version
# TODO: Do this automatically in the future by reading from setup.cfg (or
# similar)
VERSION=0.8.1
VERSION=0.9.0

# Start clean
rm -rf dist/
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = arbitragelab
version = 0.8.1
version = 0.9.0
author = Hudson and Thames Quantitative Research
author_email = [email protected]
licence = All Rights Reserved
Expand Down Expand Up @@ -50,7 +50,7 @@ install_requires =
cvxpy==1.3.1
cython==0.29.28
dash==2.10.2
getmac>=0.8.1, <1.0.0
getmac>=0.9.0, <1.0.0
jupyter-dash>=0.2.0, <1.0.0
keras==2.12.0
lxml>=4.9.1
Expand Down

0 comments on commit ffb6f4b

Please sign in to comment.