Skip to content

Commit

Permalink
Bump version v0.3.0 -> v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 13, 2023
1 parent 871d9fa commit 9a219c4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld hatch-requirements-txt=0.3.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld hatch-requirements-txt=0.4.0=py_1 -y || exit 1
- name: "Run Tests"
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ hatch-requirements-txt
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/hatch-requirements-txt
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/hatch-requirements-txt/v0.3.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/hatch-requirements-txt/v0.4.0
:target: https://github.com/repo-helper/hatch-requirements-txt/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion hatch_requirements_txt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2022 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.3.0"
__version__: str = "0.4.0"
__email__: str = "dominic@davis-foster.co.uk"

# Regular expression for matching comments at the end of requirements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "hatch-requirements-txt"
version = "0.3.0"
version = "0.4.0"
description = "Hatchling plugin to read project dependencies from requirements.txt"
readme = "README.rst"
requires-python = ">=3.6.1"
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
username: 'repo-helper'
assignee: 'domdfcoding'
primary_conda_channel: "domdfcoding"
version: '0.3.0'
version: '0.4.0'
license: 'MIT'
short_desc: "Hatchling plugin to read project dependencies from requirements.txt"

Expand Down

0 comments on commit 9a219c4

Please sign in to comment.