Skip to content

Commit 099cc54

Browse files
author
finlayclark
committed
Bump version number and add changelog
1 parent d32840d commit 099cc54

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## [0.1.2] - 23-09-2023
4+
5+
### Changed
6+
- Decoupled the creation of the strings to be printed from the printing itself. This makes it easier to use k2dg as a library.

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.1"
21+
"-v", "--version", action="version", version="%(prog)s 0.1.2"
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.1"
3+
version = "0.1.2"
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)