Skip to content

Commit 5545c7e

Browse files
committed
bump version to 1.3.0
1 parent fa34dc4 commit 5545c7e

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.2"
1+
__version__="v1.3.0"
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.2",
16+
version="1.3.0",
1717
cmdclass={'build_py': build_py},
1818
)

0 commit comments

Comments
 (0)