Skip to content

Commit

Permalink
Lorr1 master pr (#62)
Browse files Browse the repository at this point in the history
* Fix apidocs

* Merge before new PIP

* Bump pydantic version
  • Loading branch information
lorr1 authored Jul 13, 2021
1 parent b1a13d2 commit c4953f4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Unreleased 1.0.3dev0
Unreleased 1.0.5dev0
---------------------

1.0.3 - 2021-07-12
---------------------
Fixed
^^^^^^^^
* Bump version of Pydantic to 1.7.4

1.0.3 - 2021-06-29
---------------------
Fixed
^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion bootleg/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Bootleg version."""
__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notebook~=6.1.5
numpy~=1.19.0
pandas~=1.2.3
progressbar==2.5
pydantic==1.7.1
pydantic==1.7.4
rich==10.1.0
scikit_learn~=0.24.1
scipy~=1.6.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ notebook~=6.1.5
numpy~=1.19.0
pandas~=1.2.3
progressbar==2.5
pydantic==1.7.1
pydantic==1.7.4
rich==10.1.0
scikit_learn~=0.24.1
scipy~=1.6.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="bootleg",
version="1.0.3",
version="1.0.4",
description="Bootleg NED System",
packages=find_packages(),
url="https://github.com/HazyResearch/bootleg",
Expand All @@ -18,7 +18,7 @@
"numpy~=1.19.0",
"pandas~=1.2.3",
"progressbar==2.5",
"pydantic==1.7.1",
"pydantic==1.7.4",
"rich==10.1.0",
"scikit_learn~=0.24.1",
"scipy~=1.6.1",
Expand Down

0 comments on commit c4953f4

Please sign in to comment.