Skip to content

Commit

Permalink
Merge pull request #145 from Hazboun6/master
Browse files Browse the repository at this point in the history
make changes to include package data
  • Loading branch information
Hazboun6 authored Oct 4, 2021
2 parents 9ee66f2 + b158880 commit e7f9399
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=======
History
=======
2.3.3 (2021-10-04)
Fix bug in release build by adding ACE text file to MANIFEST.in.

2.3.2 (2021-10-04)
Fix bug in HyperModel when using save_runtime_info.

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include enterprise_extensions/chromatic/*.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Remember to cite it as:
title = {enterprise_extensions},
year = {2021},
url = {https://github.com/nanograv/enterprise_extensions},
note = {v2.3.2}
note = {v2.3.3}
}
```

Expand Down
2 changes: 1 addition & 1 deletion enterprise_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.2"
__version__ = "2.3.3"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.2
current_version = 2.3.3
commit = True
tag = True

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_version():
keywords="gravitational-wave, black-hole binary, pulsar-timing arrays",
url="https://github.com/stevertaylor/enterprise_extensions",
author="Stephen R. Taylor, Paul T. Baker, Jeffrey S. Hazboun, Sarah Vigeland",
author_email="srtaylor@caltech.edu",
author_email="jeffrey.hazboun@gmail.com",
license="MIT",
packages=[
"enterprise_extensions",
Expand All @@ -68,6 +68,5 @@ def get_version():
test_suite="tests",
tests_require=test_requirements,
install_requires=requirements,
include_package_data=True,
zip_safe=False,
)

0 comments on commit e7f9399

Please sign in to comment.