Skip to content

Commit

Permalink
integrate simple changes without conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Dec 26, 2023
1 parent dba5d61 commit d0b5fe4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
this program modifies the following files.
It reads the VERSION form the ./VERSION file
the number is of the form MAYOR.MINOR.PATCH
the number is of the form MAJOR.MINOR.PATCH
It increase the specified number
It writes the number to the files
./VERSION
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ classifiers = [

dependencies = [
"toml",
"pyyaml",
"docopt"
]

[project.urls]
Expand All @@ -61,7 +63,7 @@ Changelog = "https://github.com/cloudmesh/cloudmesh-bumpversion/blob/main/CHANGE

[tool.setuptools.packages.find]
where = ["src"]
# include = ["bumpversion", "cloudmesh.bumpversion.*"]
include = ["bumpversion", "bumpversion.*"]

[project.scripts]
bumpversion = "bumpversion.bumpversion_command:main"
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
toml
toml
pyyaml
docopt
2 changes: 1 addition & 1 deletion src/bumpversion/bumpversion_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
this program modifies the following files.
It reads the VERSION form the ./VERSION file
the number is of the form MAYOR.MINOR.PATCH
the number is of the form MAJOR.MINOR.PATCH
It increase the specified number
It writes the number to the files
./VERSION
Expand Down

0 comments on commit d0b5fe4

Please sign in to comment.