Skip to content

Commit b78ff1b

Browse files
committed
Bump version v0.3.1 -> v0.3.2
1 parent 1a1ee60 commit b78ff1b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.2
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: "Install package"
5757
run: |
58-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld astatine=0.3.1=py_1 -y || exit 1
58+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld astatine=0.3.2=py_1 -y || exit 1
5959
6060
- name: "Run Tests"
6161
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ It's a fitting name for Python's ``ast`` module, which has been unstable between
106106
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/astatine
107107
:alt: GitHub top language
108108

109-
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/astatine/v0.3.1
109+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/astatine/v0.3.2
110110
:target: https://github.com/python-formate/astatine/pulse
111111
:alt: GitHub commits since tagged version
112112

astatine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
__author__: str = "Dominic Davis-Foster"
6363
__copyright__: str = "2021 Dominic Davis-Foster"
6464
__license__: str = "MIT License"
65-
__version__: str = "0.3.1"
65+
__version__: str = "0.3.2"
6666
__email__: str = "dominic@davis-foster.co.uk"
6767

6868
__all__ = [

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ astatine
113113
:alt: GitHub top language
114114

115115
.. |commits-since| github-shield::
116-
:commits-since: v0.3.1
116+
:commits-since: v0.3.2
117117
:alt: GitHub commits since tagged version
118118

119119
.. |commits-latest| github-shield::

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "astatine"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Some handy helper functions for Python's AST module."
99
readme = "README.rst"
1010
keywords = [ "ast",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: "python-formate"
88
assignee: "domdfcoding"
9-
version: '0.3.1'
9+
version: '0.3.2'
1010
license: 'MIT'
1111
short_desc: "Some handy helper functions for Python's AST module."
1212
primary_conda_channel: "domdfcoding"

0 commit comments

Comments
 (0)