We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6b620 commit c8b7caaCopy full SHA for c8b7caa
setup.py
@@ -1,16 +1,11 @@
1
from distutils.core import setup, Command
2
import sys
3
-import os
4
-import argparse
5
-import ConfigParser
6
from subprocess import check_call
7
-import shutil
8
import os
9
import tempfile
10
-import tarfile
11
12
13
-VERSION = '0.07.1b'
+VERSION = '0.08b'
14
15
16
class UninstallCommand(Command):
src/ocgis/__init__.py
@@ -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
0 commit comments