Skip to content

Commit

Permalink
Update .github/workflows/python.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>

Update .github/workflows/python.yml

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>

Update nucypher_ops/__about__.py

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>

Update nucypher_ops/__about__.py

Co-authored-by: Derek Pierre <derek.pierre@gmail.com>
  • Loading branch information
piotr-roslaniec and derekpierre committed Nov 30, 2023
1 parent 0069204 commit cced0c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

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

__url__ = "https://github.com/nucypher/nucypher-ops"

__summary__ = "Install and management tools for a proxy re-encryption network to empower privacy in decentralized systems."
__summary__ = "Node management tools for nodes on the Threshold Network to empower privacy in decentralized systems."

__version__ = "0.12.0"

Expand All @@ -12,4 +12,4 @@

__license__ = "GNU Affero General Public License, Version 3"

__copyright__ = "Copyright (C) 2022 NuCypher"
__copyright__ = "Copyright (C) 2023 NuCypher"

0 comments on commit cced0c2

Please sign in to comment.