Skip to content

Commit

Permalink
Finalized first version of code anf Jupyter notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Parsotan committed May 11, 2021
1 parent 4685b33 commit 63baa58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ v0.3.0, 5/5/21 -- Fixed error with data files not being included with package.
v0.3.1, 5/6/21 -- Fixed error with saving event file.
v0.3.2, 5/8/21 -- Fixed error with energy unit to wavelength unit.
v0.3.3, 5/8/21 -- Properly fixed error with energy unit to wavelength unit.
v1.0.0, 5/10/21 -- Finalized first version of the package. Updated README.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ can test a the distribution locally with 'pip install -e .' from the main direct
<h3 align="center">The ProcessMCRaT Library</h3>

<p align="center">
The ProcessMCRaT library is a collection of scripts that can be used to process the output of the <a href="https://github.com/lazzati-astro/MCRaT">MCRaT</a> code.
The ProcessMCRaT library is a python package that can be used to process the output of the <a href="https://github.com/lazzati-astro/MCRaT">MCRaT</a> code.
<br />
<a href="https://github.com/parsotat/ProcessMCRaT/tree/master/Doc"><strong>Explore the docs »</strong></a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion processmcrat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'mclib',
'plotting'
]
__version__='3.3.0' # make sure this matches the setup.py
__version__='1.0.0' # make sure this matches the setup.py

from .processmcrat import *
from .mclib import *
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
#update version in init as well
setup(
name='ProcessMCRaT',
version='0.3.3',
description='The ProcessMCRaT library is a collection of scripts that can be used to process the output of the MCRaT code.',
version='1.0.0',
description='The ProcessMCRaT library is a python package that can be used to process the output of the MCRaT code.',
license="MIT",
long_description=long_description,
author='Tyler Parsotan',
author_email='parsotat@oregonstate.edu',
url="https://github.com/parsotat/ProcessMCRaT",
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
Expand Down

0 comments on commit 63baa58

Please sign in to comment.