Skip to content

Commit

Permalink
Merge pull request #4 from Australian-Structural-Biology-Computing/up…
Browse files Browse the repository at this point in the history
…date-version-number

feat(version): Updated version number
  • Loading branch information
nbtm-sh authored Nov 1, 2024
2 parents af0df6d + 8f9827c commit c40e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_samplesheet.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
import argparse, os, tempfile, json, re, logging, sys
VERSION="0.3"
VERSION="0.4"

# Consts
MODE_STRING_CSV = 0
Expand Down

0 comments on commit c40e2bf

Please sign in to comment.