Skip to content

Commit

Permalink
Merge pull request #2651 from RolefH/develop
Browse files Browse the repository at this point in the history
version bump to 2.1
  • Loading branch information
Rolef Heinrich authored Jan 19, 2021
2 parents 61104a6 + 67fc5b6 commit eb3a61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion com.ibm.streamsx.topology/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tuple processing using Python.
See the documentation under [namespace:com.ibm.streamsx.topology.python|com.ibm.streamsx.topology.python] for details.

</description>
<version>2.0.0</version>
<version>2.1.0</version>
<requiredProductVersion>4.2</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright IBM Corp. 2018,2019

## Common PEP396 version for modules shipped with streamsx packages
__version__='2.0.0'
__version__='2.1.0'

import pkg_resources
import sys
Expand Down
2 changes: 1 addition & 1 deletion release-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.ibm.streams</groupId>
<artifactId>streamsx.topology</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.1.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Java API to allow creation of streaming applications for IBM Streams</description>
Expand Down

0 comments on commit eb3a61d

Please sign in to comment.