Skip to content

Commit

Permalink
chore: trying to work on version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Guibod committed Feb 3, 2023
1 parent 8dc5601 commit 4a67efb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[bumpversion]
current_version = 0.0.1
commit = True
tag = True

[bumpversion:file:src/mightstone/__init__.py]
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ nest-asyncio = "^1.5.6"
[tool.poetry.group.dev.dependencies]
bandit = "^1.6.2"
black = "^22.0"
bump2version = "^1.0.1"
isort= "^5.0.8"
flake8 = "^5.0.4"
jedi-language-server = "^0.22.0"
Expand All @@ -56,6 +55,7 @@ pylint-pydantic = "^0.1.6"
sphinx = "^5.0.0"
autodoc-pydantic = "^1.8.0"
toml = "^0.10.2"
bump2version = "^1.0.1"

[build-system]
requires = ["poetry_core>=1.0.0"]
Expand Down

0 comments on commit 4a67efb

Please sign in to comment.