Skip to content

Commit 7e00c46

Browse files
author
gadamc
committed
update version number for next development
1 parent 4193e18 commit 7e00c46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/ibmos2spark/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = '0.0.7.1'
16+
__version__ = '0.0.8-dev'

r/sparklyr/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ibmos2sparklyr
22
Title: Loads Object Store data into Softlayer and Bluemix
3-
Version: 0.0.7
3+
Version: 0.0.8-0
44
Authors@R: person("Jim", "Crozier", email = "[email protected]",
55
role = c("aut", "cre"))
66
Description: Loads data from Object Store in Softlayer and Bluemix with spark context built on sparklyr.

scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "ibmos2spark"
22

33
organization := "com.ibm.ibmos2spark"
44

5-
version := "0.0.7"
5+
version := "0.0.8-SNAPSHOT"
66

77
scalaVersion := "2.11.8"
88

0 commit comments

Comments
 (0)