Skip to content

Commit

Permalink
remove conf.py from bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 22, 2023
1 parent a83a78c commit a73cece
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ tag = True
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:docs/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"

[bumpversion:file:src/compas_libigl/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
author = "Tom Van Mele"
package = "compas_libigl"
organization = "compas-dev"
version = "0.1.0"


def get_latest_version():
Expand Down

0 comments on commit a73cece

Please sign in to comment.