Skip to content

Commit

Permalink
Increment version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Aug 10, 2018
1 parent c4af3c3 commit d403f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>black.ninia</groupId>
<artifactId>jep</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
<packaging>jar</packaging>

<name>Java Embedded Python</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:git://github.com/ninia/jep.git</connection>
<developerConnection>scm:git:ssh://github.com:ninia/jep.git</developerConnection>
<url>https://github.com/ninia/jep/tree/v3.8.1</url>
<url>https://github.com/ninia/jep/tree/v3.8.2</url>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/jep/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
# distribution.
#

__VERSION__ = '3.8.1'
__VERSION__ = '3.8.2'
VERSION = __VERSION__

0 comments on commit d403f39

Please sign in to comment.