Skip to content

Commit 823c0c1

Browse files
Bump to 0.7.0-alpha.4
1 parent a514688 commit 823c0c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

precon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
__author__ = 'Mitchell Edmunds'
4646
__email__ = 'mitchell.edmunds@ext.ons.gov.uk'
47-
__version__ = '0.7.0-alpha.3'
47+
__version__ = '0.7.0-alpha.4'
4848
__all__ = [
4949
'adjustments',
5050
'aggregation',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup(
2525
name='precon',
26-
version='0.7.0-alpha.3',
26+
version='0.7.0-alpha.4',
2727
description='A set of functions to calculate Prices Economics statistics.',
2828
long_description=readme + '\n\n' + doclink + '\n\n' + history,
2929
author='Mitchell Edmunds',

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/ONSBigData/precon/"
33

44
[version]
5-
current = "0.7.0-alpha.3"
5+
current = "0.7.0-alpha.4"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)