Skip to content

Commit a7a321d

Browse files
Bump version: 0.1.0 → 0.1.1
1 parent 99afaca commit a7a321d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

pynrm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "pynrm"
1111
authors = [{name = "Kate Jeon", email = "hj2589@columbia.edu"}]
1212
description="A python library for animal breeding simulation"
1313
readme = "README.md"
14-
version = "0.1.0"
14+
version = "0.1.1"
1515
requires-python = ">=3.7"
1616

1717
dependencies = ["numpy", "pandas"]

0 commit comments

Comments
 (0)