Skip to content

Commit

Permalink
Version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvarma392 committed Nov 12, 2020
1 parent bd5f3cc commit 6e4bed5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'''
Standard setup.py to upload the code on pypi.
Make sure the fit data for all fits is in surfinBH/data before doing this.
Make sure there are no data files in surfinBH/data before doing this. The
required data files will get downloaded automatically.
Do:
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down
4 changes: 2 additions & 2 deletions surfinBH/data/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This directory contains the fit data. Fit data gets downloaded to this
directory using surfinBH.DownloadData().

DO NOT commit the files in this directory.
However, make sure that this directory contains data for all fits before
uploading a new version to pip.
However, make sure that this directory has no data files before uploading a new
version to pip. The required data gets downloaded automatically.
2 changes: 1 addition & 1 deletion surfinBH/surfinBH.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__email__ = "[email protected]"
__status__ = "testing"
__author__ = "Vijay Varma"
__version__ = "1.1.5"
__version__ = "1.1.6"
__license__ = """
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6e4bed5

Please sign in to comment.