Skip to content

Commit

Permalink
changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Jun 17, 2014
1 parent bf6b620 commit c8b7caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
from distutils.core import setup, Command
import sys
import os
import argparse
import ConfigParser
from subprocess import check_call
import shutil
import os
import tempfile
import tarfile


VERSION = '0.07.1b'
VERSION = '0.08b'


class UninstallCommand(Command):
Expand Down
4 changes: 2 additions & 2 deletions src/ocgis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__VER__ = '0.07'
__RELEASE__ = '0.07.1b-next'
__VER__ = '0.08'
__RELEASE__ = '0.08b'

from util.environment import env
from api.operations import OcgOperations
Expand Down

0 comments on commit c8b7caa

Please sign in to comment.