Skip to content

Commit 2898d17

Browse files
committed
build: Iterate the version number
1 parent 44d1673 commit 2898d17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.10.1 - April 27, 2024
1+
1.10.1 - April 28, 2024
22
-----------------------
33

44
- fix: Version 1.10.0 errors on empty tables and seeks to the file's beginning, instead of to the original offset.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
project = 'agate'
1414
copyright = '2017, Christopher Groskopf'
15-
version = '1.10.0'
15+
version = '1.10.1'
1616
release = version
1717

1818
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='agate',
8-
version='1.10.0',
8+
version='1.10.1',
99
description='A data analysis library that is optimized for humans instead of machines.',
1010
long_description=long_description,
1111
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)