Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit afdb231

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent 76a101a commit afdb231

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ Overview
5353
:alt: PyPI Package latest release
5454
:target: https://pypi.python.org/pypi/structured-data
5555

56-
.. |commits-since| image:: https://img.shields.io/github/commits-since/mwchase/python-structured-data/v0.4.0.svg
56+
.. |commits-since| image:: https://img.shields.io/github/commits-since/mwchase/python-structured-data/v0.5.0.svg
5757
:alt: Commits since latest release
58-
:target: https://github.com/mwchase/python-structured-data/compare/v0.4.0...master
58+
:target: https://github.com/mwchase/python-structured-data/compare/v0.5.0...master
5959

6060
.. |wheel| image:: https://img.shields.io/pypi/wheel/structured-data.svg
6161
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2018'
2727
author = 'Max Woerner Chase'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = '0.4.0'
29+
version = release = '0.5.0'
3030

3131
pygments_style = 'trac'
3232
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='structured-data',
27-
version='0.4.0',
27+
version='0.5.0',
2828
license='MIT license',
2929
description='Code generators for immutable structured data, including algebraic data types, and functions to destructure them.',
3030
long_description='%s\n%s' % (

src/structured_data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)