Skip to content

Commit

Permalink
Bump version, but versions, rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-zblackwood committed Aug 15, 2024
1 parent cec9f5a commit 8df387d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "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 @@

import setuptools

VERSION = "0.0.4" # PEP-440
VERSION = "0.1.0" # PEP-440

NAME = "st-gsheets-connection"

Expand Down

0 comments on commit 8df387d

Please sign in to comment.