Skip to content

Commit

Permalink
bump to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed Nov 8, 2023
1 parent fc0d6d1 commit a506938
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 3.2.3
current_version = 3.2.4

[bumpversion:file:legacy_setup.py]
[bumpversion:file:pyproject.toml]

[bumpversion:file:pyproject.toml]
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.3",
version="3.2.4",
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 @@ -4,7 +4,7 @@ requires = ['meson-python', 'numpy']

[project]
name = 'scs'
version = "3.2.3"
version = "3.2.4"
description = 'Splitting conic solver'
readme = 'README.md'
requires-python = '>=3.8'
Expand Down

0 comments on commit a506938

Please sign in to comment.