Skip to content

Commit

Permalink
Merge pull request #3 from solaluset/rename
Browse files Browse the repository at this point in the history
Rename author
  • Loading branch information
solaluset authored Feb 8, 2024
2 parents 526381e + a71ffb7 commit a5feaf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5

- uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ requires = [

[project]
name = "rindex"
version = "1.1.0"
version = "1.1.1"
description = "rindex() function for sequences"
requires-python = ">=3.8"
authors = [{name = "Krutyi 4el"}]
authors = [{name = "Sóla Lusøt"}]
readme = "README.md"
license = {file = "LICENSE"}

[project.urls]
Repository = "https://github.com/Krutyi-4el/rindex"
Repository = "https://github.com/solaluset/rindex"

[tool.setuptools]
packages = ["rindex"]
Expand Down

0 comments on commit a5feaf4

Please sign in to comment.