Skip to content

Commit 478c4b7

Browse files
Merge pull request #11 from katehyerinjeon/v0.1.0
Bump version: 0.0.1 → 0.1.0
2 parents b9ad515 + b86cd51 commit 478c4b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

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

@@ -9,4 +9,4 @@ replace = __version__ = "{new_version}"
99

1010
[bumpversion:file:pyproject.toml]
1111
search = version = "{current_version}"
12-
replace = version = "{new_version}"
12+
replace = version = "{new_version}"

pynrm/__init__.py

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

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.0.1"
14+
version = "0.1.0"
1515
requires-python = ">=3.7"
1616

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

0 commit comments

Comments
 (0)