Skip to content

Commit 990bab4

Browse files
authored
Merge pull request #373 from deepanshs/rc1.0_test1
Update version to 1.0.0rc1
2 parents 0787ca5 + d17837c commit 990bab4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def message(lib, env, command, key):
3333
"For example,\n",
3434
'\texport LDFLAGS="-L/usr/local/opt/openblas/lib"\n',
3535
'\texport CPPFLAGS="-I/usr/local/opt/openblas/include"\n',
36-
f"\nYou can also try installing '{lib}' from {env} with:",
36+
f"\nYou can also try installing '{lib}' from {env} with: ",
3737
f"\n\t{command} install {arg}\n",
3838
)
3939
warnings.warn("".join(warning))
@@ -380,6 +380,7 @@ def fftw_info(self):
380380
"pandas>=1.1.3",
381381
"lmfit>=1.0.2",
382382
"matplotlib>=3.3.4",
383+
"astropy>=6",
383384
],
384385
entry_points={"console_scripts": ["mrsimulator=mrsimulator.__main__:run"]},
385386
extras_require=extras,

src/mrsimulator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__license__ = "BSD License"
2424
__maintainer__ = "Deepansh J. Srivastava"
2525
__status__ = "Beta"
26-
__version__ = "0.8.0rc1"
26+
__version__ = "1.0.0rc1"
2727

2828
import os
2929

0 commit comments

Comments
 (0)