We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ad515 + b86cd51 commit 478c4b7Copy full SHA for 478c4b7
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.1
+current_version = 0.1.0
3
commit = True
4
tag = True
5
@@ -9,4 +9,4 @@ replace = __version__ = "{new_version}"
9
10
[bumpversion:file:pyproject.toml]
11
search = version = "{current_version}"
12
-replace = version = "{new_version}"
+replace = version = "{new_version}"
pynrm/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.1"
+__version__ = "0.1.0"
pyproject.toml
@@ -11,7 +11,7 @@ name = "pynrm"
authors = [{name = "Kate Jeon", email = "hj2589@columbia.edu"}]
description="A python library for animal breeding simulation"
13
readme = "README.md"
14
-version = "0.0.1"
+version = "0.1.0"
15
requires-python = ">=3.7"
16
17
dependencies = ["numpy", "pandas"]
0 commit comments