Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramajoballester committed Nov 29, 2024
1 parent 0559e91 commit d28654e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author = metadata(project.lower())['Author-email'].split('<')[0][:-1]
# author = 'Álvaro Ramajo'
# version = metadata(project.lower())['Version']
version = '0.1.3'
version = '0.2.0'
release = version
copyright = f'{datetime.now().year}, {author}'
# release = '0.1'
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'pyaligner'
version = '0.1.3'
version = '0.2.0'
authors = [
{name='Álvaro Ramajo-Ballester', email='[email protected]'},
]
Expand Down Expand Up @@ -70,7 +70,7 @@ find = {namespaces = false, exclude = ['docs']}
pyaligner = "pyaligner.scripts.aligner:main"

[tool.bumpversion]
current_version = "0.1.3"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down

0 comments on commit d28654e

Please sign in to comment.