Skip to content

Commit a302eb3

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent 96f3548 commit a302eb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dotnet-stubs
6969
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dotnet-stubs
7070
:alt: GitHub top language
7171

72-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dotnet-stubs/v0.0.3
72+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dotnet-stubs/v0.0.4
7373
:target: https://github.com/domdfcoding/dotnet-stubs/pulse
7474
:alt: GitHub commits since tagged version
7575

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.0.3"
42+
__version__ = "0.0.4"
4343
modname = "dotnet-stubs"
4444
pypi_name = "dotnet-stubs"
4545
import_name = "dotnet_stub_builder"

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright_years: 2020
66
author: 'Dominic Davis-Foster'
77
email: 'dominic@davis-foster.co.uk'
88
username: 'domdfcoding'
9-
version: '0.0.3'
9+
version: '0.0.4'
1010
license: 'MIT'
1111
short_desc: 'Incomplete, and probably incorrect, stubs for .NET'
1212

0 commit comments

Comments
 (0)