Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ufl-taeber committed Dec 5, 2019
2 parents 9daf3f5 + 60a0026 commit 9f22352
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## [1.0.1] - 2019-12-05
### Summary

Fixed broken build process for setup.py.


## [1.0.0] - 2019-12-05
### Summary

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This is not exhaustive, but here is an explanation of some important files.
* `tools/generator.py`:
generates Python objects based on NACC Data Element Dictionaries in CSV.

* `run_filters.py` and `run_filters.sh`:
* `tools/preprocess/run_filters.py` and `tools/preprocess/run_filters.sh`:
pulls data from REDCap based on the settings found in `nacculator_cfg.ini`
(for .py) and `filters_config.cfg` (for .sh).

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from setuptools import setup, find_packages

VERSION="1.0.0"
VERSION="1.0.1"

setup(
name="nacculator",
Expand All @@ -32,7 +32,7 @@

install_requires=[
"cappy @ git+https://github.com/ctsit/cappy.git@2.0.0"
]
],

python_requires=">=3.6.0",
)

0 comments on commit 9f22352

Please sign in to comment.