Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindkilleen committed Mar 13, 2023
1 parent f3ca214 commit 445f980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pycuda
pynrrd
rich
opencv-python
seaborn

# development requirements
black # proper python style
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="deepdrr",
version="1.1.1a1",
version="1.1.1a2",
author="Benjamin D. Killeen",
author_email="killeen@jhu.edu",
description="A Catalyst for Machine Learning in Fluoroscopy-guided Procedures.",
Expand All @@ -26,6 +26,7 @@
"pycuda",
"rich",
"opencv-python",
"seaborn",
],
include_package_data=True,
python_requires=">=3.7",
Expand Down

0 comments on commit 445f980

Please sign in to comment.