Skip to content

Commit

Permalink
Bump version v0.1.0 -> v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Aug 15, 2022
1 parent b27e5b5 commit 2ee88f6
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.1.0
current_version = 0.1.1
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 @@ -55,7 +55,7 @@ jobs:
- name: "Install package"
run: |
$CONDA/bin/conda install -c file://$(pwd)/conda-bld hatch-requirements-txt=0.1.0=py_1 -y || exit 1
$CONDA/bin/conda install -c file://$(pwd)/conda-bld hatch-requirements-txt=0.1.1=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 @@ -91,7 +91,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.1.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/hatch-requirements-txt/v0.1.1
: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 @@ -41,7 +41,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2022 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.1.0"
__version__: str = "0.1.1"
__email__: str = "[email protected]"


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.1.0"
version = "0.1.1"
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: '[email protected]'
username: 'repo-helper'
assignee: 'domdfcoding'
primary_conda_channel: "domdfcoding"
version: '0.1.0'
version: '0.1.1'
license: 'MIT'
short_desc: "Hatchling plugin to read project dependencies from requirements.txt"

Expand Down

0 comments on commit 2ee88f6

Please sign in to comment.