Skip to content

Commit

Permalink
Bump up to version 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Aug 3, 2020
1 parent 848b0be commit d34100b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
# built documents.
#
# version and release are set the same for this package.
version = '2.2.0'
release = '2.2.0'
version = '2.3.0'
release = '2.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion freud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# automatic selection runs, the user cannot change it.
set_num_threads(0)

__version__ = '2.2.0'
__version__ = '2.3.0'

__all__ = [
'__version__',
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.3.0
commit = True
tag = True
message = Bump up to version {new_version}.
Expand Down Expand Up @@ -27,4 +27,3 @@ ignore_errors = True

[coverage:html]
directory = coverage_html_report

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def find_tbb(tbb_root=None, tbb_include=None, tbb_link=None):
if platform.system() == 'Darwin':
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.12"

version = '2.2.0'
version = '2.3.0'

# Read README for PyPI, fallback to short description if it fails.
desc = 'Powerful, efficient trajectory analysis in scientific Python.'
Expand Down

0 comments on commit d34100b

Please sign in to comment.