Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanisoe committed Jan 24, 2020
1 parent 14b09d0 commit acbd6e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
project = 'Pub2Tools'
author = 'Erik Jaaniso'
copyright = '2018-2019, Erik Jaaniso'
version = '0.2-SNAPSHOT'
release = '0.2-SNAPSHOT'
version = '1.0.0'
release = '1.0.0'

master_doc = 'index'
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>tools.bio.pub2tools</groupId>
<artifactId>pub2tools</artifactId>
<version>0.2-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Pub2Tools</name>
Expand Down Expand Up @@ -54,9 +54,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pubfetcher.version>0.2-SNAPSHOT</pubfetcher.version>
<edammap.version>0.2-SNAPSHOT</edammap.version>
<pub2tools.version>0.2-SNAPSHOT</pub2tools.version>
<pubfetcher.version>1.0.0</pubfetcher.version>
<edammap.version>1.0.0</edammap.version>
<pub2tools.version>1.0.0</pub2tools.version>
<maven.enforcer.version>3.0.0-M3</maven.enforcer.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.jar.version>3.2.0</maven.jar.version>
Expand Down

0 comments on commit acbd6e1

Please sign in to comment.