Skip to content

Commit f436544

Browse files
author
Andrea
committed
Bump version: 0.2.0 → 0.2.1
1 parent e4fe32f commit f436544

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

README.md

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

66
A python client for [RePEc API](https://ideas.repec.org/api.html).
77

8-
Current Version: 0.2.0
8+
Current Version: 0.2.1
99

1010
Report any bugs by opening an issue here: (https://github.com/TBD)
1111

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = "pyrepec"
2121
copyright = "2024, Giuseppe Acito, Andrea Capitanelli"
2222
author = "Giuseppe Acito, Andrea Capitanelli"
23-
version = "0.2.0"
23+
version = "0.2.1"
2424
# The full version, including alpha/beta/rc tags
2525
release = "0.1.7"
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrepec"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Python client for RePec API"
55
authors = ["Giuseppe Acito", "Andrea Capitanelli"]
66
license = "MIT"

0 commit comments

Comments
 (0)