Skip to content

Commit

Permalink
Increment version #
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jun 4, 2019
1 parent 3cb7ba0 commit db635fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbitize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import types
import os

__version__ = '1.2.0'
__version__ = '1.3.0'

# set Python env variable to keep track of example data dir
DATADIR = os.path.join(sys.prefix, 'orbitize_example_data')
Expand Down

0 comments on commit db635fe

Please sign in to comment.