Skip to content

Commit a869be1

Browse files
version bump
1 parent 51997b1 commit a869be1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To get an API key, [sign up here](https://intrinio.com/).
55
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://docs.intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
66

77
- API version: 2.107.0
8-
- Package version: 6.33.0
8+
- Package version: 6.34.0
99

1010

1111
## Installation

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.intrinio'
5-
version = '6.33.0'
5+
version = '6.34.0'
66

77
buildscript {
88
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.intrinio",
44
name := "intrinio-sdk",
5-
version := "6.33.0",
5+
version := "6.34.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>intrinio-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>intrinio-sdk</name>
8-
<version>6.33.0</version>
8+
<version>6.34.0</version>
99
<url>https://github.com/intrinio/java-sdk</url>
1010
<description>Access the Intrinio API</description>
1111
<scm>

0 commit comments

Comments
 (0)