-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.4.0 | ||
current_version = 0.5.0 | ||
commit = True | ||
tag = True | ||
tag_name = {new_version} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ Ubuntu Linux | |
|
||
.. code-block:: | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0 | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0 | ||
8. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages. | ||
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions | ||
|
@@ -190,7 +190,7 @@ Mac OS X | |
|
||
.. code-block:: | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0 | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0 | ||
9. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages. | ||
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions | ||
|
@@ -283,7 +283,7 @@ Windows | |
|
||
.. code-block:: | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.4.0 | ||
pip install git+https://[email protected]/hudson-and-thames/arbitragelab.git@0.5.0 | ||
8. (Optional) **Only if you want to use the ML Approach Module**, install the TensorFlow and Keras packages. | ||
Note that you should have pip version "pip==20.1.1" to do this. Supported TensorFlow and Keras versions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = arbitragelab | ||
version = 0.4.0 | ||
version = 0.5.0 | ||
author = Hudson and Thames Quantitative Research | ||
author_email = [email protected] | ||
licence = All Rights Reserved | ||
|