Skip to content

Commit

Permalink
v0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
biboyd committed Jul 6, 2020
1 parent 30e8cbb commit de36098
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Brendan Boyd'

# The full version, including alpha/beta/rc tags
release = '0.0.0'
release = '0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion salsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = "0.0.0"
__version__ = "0.1.0"

from salsa.absorber_extractor import AbsorberExtractor

Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
'scipy', 'mpi4py']

setup(name="salsa",
version="0.0.0",
version="0.1.0",
description = ("Synthetic absorber catalog generator from astrophysical simulations"),
author="Brendan Boyd",
author_email="[email protected]",
license="BSD 3-Clause",
keywords = ["simulation", "spectra", "astronomy", "astrophysics"],
url="https://github.com/biboyd/SALSA",
packages=find_packages(),
install_requires=dependecies)

0 comments on commit de36098

Please sign in to comment.