Skip to content

Commit 2fe5147

Browse files
committed
update version number and install setuptools for python 3.12
1 parent e3dfbb2 commit 2fe5147

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
'configparser==3.7.4',
5858
'schema==0.7.2',
5959
'sign-client~=0.2.1',
60+
'setuptools~=72.1.0',
6061
],
6162
extras_require={
6263
':sys_platform=="linux" or sys_platform=="linux2"': [

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.10.0rc2'
21+
__version__ = '2.10.0rc4'

0 commit comments

Comments
 (0)