Skip to content

Commit ffc5ebf

Browse files
Bump to 0.7.0-alpha.3
1 parent 24a7134 commit ffc5ebf

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
@@ -42,7 +42,7 @@
4242

4343
__author__ = 'Mitchell Edmunds'
4444
__email__ = 'mitchell.edmunds@ext.ons.gov.uk'
45-
__version__ = '0.7.0-alpha.2'
45+
__version__ = '0.7.0-alpha.3'
4646
__all__ = [
4747
'adjustments',
4848
'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.2',
26+
version='0.7.0-alpha.3',
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.2"
5+
current = "0.7.0-alpha.3"
66

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

0 commit comments

Comments
 (0)