Skip to content

Commit 408d125

Browse files
committed
bump versions
1 parent 12ac4ce commit 408d125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ngmix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__="v1.3.0"
1+
__version__ = 'v1.3.1'
22

33
from . import gmix
44
from .gmix import (

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
url="https://github.com/esheldon/ngmix",
1414
description="fast 2-d gaussian mixtures for modeling astronomical images",
1515
packages=['ngmix'],
16-
version="1.3.0",
16+
version="1.3.1",
1717
cmdclass={'build_py': build_py},
1818
)

0 commit comments

Comments
 (0)