Skip to content

Commit de348cc

Browse files
committed
Bump version v0.3.2 -> v0.3.3
1 parent 4957bea commit de348cc

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.2
2+
current_version = 0.3.3
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
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: "Install package"
5959
run: |
60-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld astatine=0.3.2=py_1 -y || exit 1
60+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld astatine=0.3.3=py_1 -y || exit 1
6161
6262
- name: "Run Tests"
6363
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.2
109+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/astatine/v0.3.3
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
@@ -67,7 +67,7 @@
6767
__author__: str = "Dominic Davis-Foster"
6868
__copyright__: str = "2021 Dominic Davis-Foster"
6969
__license__: str = "MIT License"
70-
__version__: str = "0.3.2"
70+
__version__: str = "0.3.3"
7171
__email__: str = "dominic@davis-foster.co.uk"
7272

7373
__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.2
116+
:commits-since: v0.3.3
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.2"
7+
version = "0.3.3"
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.2'
9+
version: '0.3.3'
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)