Skip to content

Commit

Permalink
update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt authored Oct 13, 2021
1 parent 90f1f55 commit 9775d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orbitize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.0b1'
__version__ = '2.0.0'

# set Python env variable to keep track of example data dir
orbitize_dir = os.path.dirname(__file__)
Expand All @@ -20,4 +20,4 @@
from . import _kepler
cext = True
except ImportError:
cext = False
cext = False

0 comments on commit 9775d33

Please sign in to comment.