Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lucas committed Oct 24, 2014
1 parent 01c5182 commit d3673b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyleus/__init__.py
Expand Up @@ -2,7 +2,7 @@

import pkg_resources

__version__ = '0.2.1'
__version__ = '0.2.2'

BASE_JAR = "pyleus-base.jar"
BASE_JAR_PATH = pkg_resources.resource_filename('pyleus', BASE_JAR)
2 changes: 1 addition & 1 deletion topology_builder/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.yelp.pyleus</groupId>
<artifactId>pyleus-base</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<packaging>jar</packaging>
<name>Pyleus Topology Base JAR</name>

Expand Down

0 comments on commit d3673b4

Please sign in to comment.