Skip to content

Commit ca46add

Browse files
author
finlayclark
committed
Update readme and other minor tweaks
1 parent b3a415c commit ca46add

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ k2dg
55
[![codecov](https://codecov.io/gh/fjclark/k2dg/branch/main/graph/badge.svg?token=UMH0OUSUJY)](https://codecov.io/gh/fjclark/k2dg)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8-
A command line tool to convert between dissociation constants and free energies.
8+
A command line tool to convert from dissociation constants to free energies and vice versa.
99

1010
## Installation
1111

k2dg/_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run_cli() -> None:
1818

1919
global_parser = argparse.ArgumentParser(prog="k2dg")
2020
global_parser.add_argument(
21-
"-v", "--version", action="version", version="%(prog)s 0.1.0"
21+
"-v", "--version", action="version", version="%(prog)s 0.1.1"
2222
)
2323
subparsers = global_parser.add_subparsers(
2424
title="subcommands",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "k2dg"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A simple command line app to interconvert dissociation constants and free energies of binding."
55
authors = [{name = "Finlay Clark"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)