Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from alercebroker/fix/update-setup-3.0.0
Browse files Browse the repository at this point in the history
Fix/update setup 3.0.0
  • Loading branch information
dirodriguezm authored Sep 6, 2022
2 parents ec42770 + e4ea869 commit 858bbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
Expand All @@ -10,4 +10,4 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "db_plugins/"
src: "db_plugins/"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="db-plugins",
version="2.1.5",
version="3.0.0",
description="ALeRCE Database Plugins.",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 858bbec

Please sign in to comment.