We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ac4ce commit 408d125Copy full SHA for 408d125
ngmix/__init__.py
@@ -1,4 +1,4 @@
1
-__version__="v1.3.0"
+__version__ = 'v1.3.1'
2
3
from . import gmix
4
from .gmix import (
setup.py
@@ -13,6 +13,6 @@
13
url="https://github.com/esheldon/ngmix",
14
description="fast 2-d gaussian mixtures for modeling astronomical images",
15
packages=['ngmix'],
16
- version="1.3.0",
+ version="1.3.1",
17
cmdclass={'build_py': build_py},
18
)
0 commit comments