Skip to content

Commit

Permalink
version bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed Nov 13, 2017
1 parent b7fcd23 commit 362003d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions planetplanet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os, subprocess

# Version number
__version__ = "0.0.1"
__version__ = "1.0.0"
__author__ = "Rodrigo Luger (rodluger@uw.edu)"
__copyright__ = "Copyright 2017 Rodrigo Luger"
__url__ = "https://raw.githubusercontent.com/rodluger/planetplanet/master/planetplanet/__init__.py"
Expand All @@ -18,14 +18,14 @@
__PLANETPLANET_SETUP__ = False

if not __PLANETPLANET_SETUP__:

# Import stuff
from . import photo, detect, constants, pool
from .version import VersionCheck
from .photo import *
from .photo.trappist1 import *
from .detect import *

# Check for updates?
if not os.environ.get('PLANETPLANET_SKIP_VERSION_CHECK'):
VersionCheck()
VersionCheck()

0 comments on commit 362003d

Please sign in to comment.