Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaddoura committed Aug 2, 2020
1 parent c78bd5f commit c8c68f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-vsp</groupId>
<artifactId>matsim-analysis</artifactId>
<version>v2.9</version>
<version>v3.0</version>

<name>MATSim analysis project</name>
<description>MATSim analysis project</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/matsim/analysis/MatsimAnalysis.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class MatsimAnalysis {
// base case (optional)
private Scenario scenario0;

private final String outputDirectoryName = "analysis-v2.9";
private final String outputDirectoryName = "analysis-v3.0";
private final String stageActivitySubString = "interaction";

public void run() {
Expand Down

0 comments on commit c8c68f8

Please sign in to comment.