Skip to content

Commit

Permalink
bump to 3.2.7 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono authored Aug 24, 2024
1 parent f14de69 commit b4c2105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.6
current_version = 3.2.7

[bumpversion:file:legacy_setup.py]

Expand Down
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.6",
version="3.2.7",
author="Brendan O'Donoghue",
author_email="bodonoghue85@gmail.com",
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.6"
version = "3.2.7"
description = 'Splitting conic solver'
readme = 'README.md'
requires-python = '>=3.7'
Expand Down

0 comments on commit b4c2105

Please sign in to comment.