Skip to content

Commit

Permalink
Merge pull request #71 from deepcharles/change-version-number-in-setu…
Browse files Browse the repository at this point in the history
…p.py

Update version number in setup.py
  • Loading branch information
deepcharles authored Oct 23, 2020
2 parents 1841904 + 96875e7 commit f0399cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ruptures",
version="1.0.5",
version="1.0.6",
packages=find_packages(exclude=["docs", "tests*", "images"]),
install_requires=["numpy", "scipy"],
extras_require={"display": ["matplotlib"]},
Expand Down

0 comments on commit f0399cf

Please sign in to comment.