Skip to content

Commit

Permalink
REL: minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed Dec 19, 2018
1 parent 7bda0e7 commit 05f53a5
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks/api/build_blp_instruments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/build_id_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
6 changes: 3 additions & 3 deletions docs/notebooks/api/build_matrix.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/build_ownership.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/formulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/iteration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/api/optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
6 changes: 3 additions & 3 deletions docs/notebooks/api/parallel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 4,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
6 changes: 3 additions & 3 deletions docs/notebooks/tutorial/blp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 17,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/tutorial/logit_nested.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/tutorial/nevo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/tutorial/post_estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/tutorial/simulation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"data": {
"text/plain": [
"'0.6.0'"
"'0.6.1'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion pyblp/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Current package version."""

__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit 05f53a5

Please sign in to comment.