Skip to content

Commit

Permalink
Fix sdist manifest for 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsteffensmeier committed Jul 13, 2018
1 parent 3bcf611 commit e5248db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
recursive-include src *.c *.h *.java
recursive-include tests *.py
recursive-include javadoc *.html *.css *.gif
recursive-include src *.c *.h *.java *.txt *.py
recursive-include commands *.py
include ChangeLog
recursive-include release_notes *.rst
include src/main/scripts/*
include src/test/python/lib/*.jar
include LICENSE
include AUTHORS
include runtests.py
include README.rst
include src/jep/classlist_*.txt
include src/scripts/jep.bat
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.0</version>
<version>3.8.1</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.0</url>
<url>https://github.com/ninia/jep/tree/v3.8.1</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.0'
__VERSION__ = '3.8.1'
VERSION = __VERSION__

0 comments on commit e5248db

Please sign in to comment.