Skip to content

Commit

Permalink
changing version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 10, 2016
1 parent 45b1ab1 commit d315e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @Author: Brian Cherinka
# @Date: 2016-10-19 17:36:00
# @Last modified by: Brian Cherinka
# @Last Modified time: 2016-11-02 22:45:37
# @Last Modified time: 2016-11-10 11:02:17
#
# This is the Marvin setup
#
Expand Down Expand Up @@ -42,7 +42,7 @@ def add_data_file(directory):
if not line.strip().startswith('#') and line.strip() != '']

NAME = 'sdss-marvin'
VERSION = '1.99.1'
VERSION = '2.0.0'

setup(name=NAME,
version=VERSION,
Expand Down

0 comments on commit d315e5c

Please sign in to comment.