Skip to content

Commit

Permalink
Merge pull request #296 from sot/no-test-version
Browse files Browse the repository at this point in the history
 Remove use of test(get_version=True)
  • Loading branch information
taldcroft authored Feb 26, 2019
2 parents 224db08 + 6d783fe commit 1502441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion proseco/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "4.4"
__version__ = "4.4.1"


def get_aca_catalog(*args, **kwargs):
Expand Down
4 changes: 1 addition & 3 deletions proseco/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
from .fid import get_fid_catalog, FidTable
from . import characteristics_acq as ACQ
from . import characteristics as ACA
from . import test as test_from_init

VERSION = test_from_init(get_version=True)
from . import __version__ as VERSION


def get_aca_catalog(obsid=0, **kwargs):
Expand Down

0 comments on commit 1502441

Please sign in to comment.