Skip to content

Commit

Permalink
bumped version. untracked some unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Feb 17, 2015
1 parent 54f5957 commit 10b748a
Show file tree
Hide file tree
Showing 44 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -4,8 +4,8 @@
# 1. Ensure version has incremented.
# 2. To make life easy, in PyCharm, go to Tools/Run setup.py task.../sdist with command line option "upload" to push to PyPI

__version__ = '0.3.0'
__version_info__ = (0, 3, 0)
__version__ = '0.4.0'
__version_info__ = (0, 4, 0)


setup(
Expand All @@ -17,6 +17,7 @@
['demo_files/cbct/*',
'demo_files/log_reader/*',
'demo_files/starshot/*',
'demo_files/picket_fence/*',
'demo_files/vmat/*']}, # http://stackoverflow.com/questions/7522250/how-to-include-package-data-with-setuptools-distribute
zip_safe=False, # allows users to view files in egg/distribution
url='https://github.com/jrkerns/pylinac',
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/PF_G0.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/PF_ST_G180.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/T11_PF_RA.dcm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/T2_open.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/T3_MLCspd.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/1/T3_open.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/PF_G0.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/PF_G270.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/T1_PF_RA.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/T2_DR.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/T2_open.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/T3_MLC.dcm
Binary file not shown.
Binary file removed tests/test_files/Picket Fence/TB2/2/T3_open.dcm
Binary file not shown.

0 comments on commit 10b748a

Please sign in to comment.