Skip to content

Commit

Permalink
Version 3.11.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 16, 2023
1 parent cc2afd2 commit 2b75f36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion px-recount/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion px-recount/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "px-recount"
version = "3.11.0-rc1"
version = "3.11.0-rc2"
description = "storescp series file counter for pypx \"RE\" mode."
license = "MIT"
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():

setup(
name = 'pypx',
version = '3.11.0rc1',
version = '3.11.0rc2',
description = 'PACS/ChRIS core tools and utils',
long_description = readme(),
python_requires = ">= 3.8",
Expand Down Expand Up @@ -52,7 +52,7 @@ def readme():
"none": [],
"re": [
'redis[hiredis]~=4.6',
'px-recount==3.11.0-rc1'
'px-recount==3.11.0-rc2'
],
},
)

0 comments on commit 2b75f36

Please sign in to comment.