Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Release version 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijskant committed Jun 22, 2019
1 parent 227aa4e commit 60fc579
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# sas-convert

Simple SAS7BDAT to CSV conversion tool based on the [Parso library](http://lifescience.opensource.epam.com/parso.html)
and [opencsv](http://opencsv.sourceforge.net).

### Download
The latest version can be downloaded here:
[sas-convert-0.4.zip](https://github.com/thehyve/sas-convert/releases/download/0.4/sas-convert-0.4.zip).
[sas-convert-0.5.zip](https://github.com/thehyve/sas-convert/releases/download/0.5/sas-convert-0.5.zip).

```bash
# Download sas-convert
curl -L https://github.com/thehyve/sas-convert/releases/download/0.4/sas-convert-0.4.zip -o sas-convert-0.4.zip
unzip sas-convert-0.4.zip
curl -L https://github.com/thehyve/sas-convert/releases/download/0.5/sas-convert-0.5.zip -o sas-convert-0.5.zip
unzip sas-convert-0.5.zip
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>thehyve</groupId>
<artifactId>sas-convert</artifactId>
<version>0.4</version>
<version>0.5</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 60fc579

Please sign in to comment.