Skip to content

Commit c8b7caa

Browse files
committed
changed version numbers
1 parent bf6b620 commit c8b7caa

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
from distutils.core import setup, Command
22
import sys
3-
import os
4-
import argparse
5-
import ConfigParser
63
from subprocess import check_call
7-
import shutil
84
import os
95
import tempfile
10-
import tarfile
116

127

13-
VERSION = '0.07.1b'
8+
VERSION = '0.08b'
149

1510

1611
class UninstallCommand(Command):

src/ocgis/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__VER__ = '0.07'
2-
__RELEASE__ = '0.07.1b-next'
1+
__VER__ = '0.08'
2+
__RELEASE__ = '0.08b'
33

44
from util.environment import env
55
from api.operations import OcgOperations

0 commit comments

Comments
 (0)