Skip to content

Commit

Permalink
Remove unecessary setuptools pin
Browse files Browse the repository at this point in the history
  • Loading branch information
psarka committed Jan 17, 2022
1 parent 27b6d21 commit 8c4c7d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fasteners/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# License for the specific language governing permissions and limitations
# under the License.

_VERSION = "0.17.1"
_VERSION = "0.17.2"


def version_string():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools==57.0.0", "wheel"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fasteners
version = 0.17.1
version = 0.17.2
url = https://github.com/harlowja/fasteners

author = Joshua Harlow
Expand Down

0 comments on commit 8c4c7d9

Please sign in to comment.