Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Apr 23, 2019
1 parent 2411649 commit 6317162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The short X.Y version.
version = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.2.0-rc.1"
release = "1.2.0"

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion respy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if not IS_DEBUG:
warnings.simplefilter(action="ignore", category=FutureWarning)

__version__ = "1.2.0-rc.1"
__version__ = "1.2.0"


def test(opt=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def setup_package():
"pre_processing/base_spec.csv",
]
},
version="1.2.0-rc.1",
version="1.2.0",
description=(
"respy is a Python package for the simulation and estimation of a "
"prototypical finite-horizon dynamic discrete choice model."
Expand Down

0 comments on commit 6317162

Please sign in to comment.