Skip to content

Commit f5ace44

Browse files
committed
Bump version to 0.10.2
1 parent 9ddd146 commit f5ace44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Vilar Fiuza da Camara Neto'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.10.1'
26+
release = '0.10.2'
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrtable"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = "Django-inspired library to interface with Airtable"
55
authors = ["Vilar da Camara Neto <[email protected]>"]
66
license = "MIT"

src/pyrtable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.10.1'
1+
__version__ = '0.10.2'

0 commit comments

Comments
 (0)