Skip to content

Commit

Permalink
post2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Jan 4, 2025
1 parent 0501078 commit 194dbaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion legacy_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def install_scs(**kwargs):

setup(
name="scs",
version="3.2.7",
version="3.2.7.post2",
author="Brendan O'Donoghue",
author_email="[email protected]",
url="http://github.com/cvxgrp/scs",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [

[project]
name = 'scs'
version = "3.2.7"
version = "3.2.7.post2"
description = 'Splitting conic solver'
readme = 'README.md'
requires-python = '>=3.7'
Expand Down

0 comments on commit 194dbaf

Please sign in to comment.