Skip to content

Commit

Permalink
Changed to 1.0.1, separeted dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalenzu committed Mar 26, 2021
1 parent b617a30 commit 07d566c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black pytest coverage
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
- name: Black Code Formatter
uses: lgeiger/[email protected]
- name: Test with pytest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "ALeRCE"

# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.0.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='alerce',
version="1.0.0",
version="1.0.1",
description='ALeRCE Client',
author='ALeRCE Team',
author_email='[email protected]',
Expand Down

0 comments on commit 07d566c

Please sign in to comment.