Skip to content

Commit

Permalink
bump to 3.2.4.post2 to prepare for new pip release
Browse files Browse the repository at this point in the history
  • Loading branch information
bodono committed May 21, 2024
1 parent 912ea51 commit 4a2aba0
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.4
current_version = 3.2.4.post2

[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.4",
version="3.2.4.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 @@ -4,7 +4,7 @@ requires = ['meson-python', 'oldest-supported-numpy']

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

0 comments on commit 4a2aba0

Please sign in to comment.