Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
barthoekstra committed Aug 13, 2022
1 parent 03f35ec commit 46d7864
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
=========

Version 1.5.0
Version 1.5.1
=============
Updated to work with changes to KNMI API.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, Bart Hoekstra
Copyright (c) 2022, Bart Hoekstra
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ knmy
[![PyPI version](https://badge.fury.io/py/knmy.svg)](https://badge.fury.io/py/knmy)


version number: 1.5.0
version number: 1.5.1
author: Bart Hoekstra

Overview
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "knmy"
version = "1.5.0"
version = "1.5.1"
authors = [
{ name="Bart Hoekstra", email="barthoekstra@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '1.5.0'
__version__ = '1.5.1'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 46d7864

Please sign in to comment.