Skip to content

Commit 4b18063

Browse files
authored
Merge pull request #38 from DrGFreeman/37-version-1.1.1
Update version to 1.1.1
2 parents 7759f52 + 2a97830 commit 4b18063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Julien de la Bruère-Terreault"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.0.0"
27+
release = "1.1.1"
2828

2929

3030
# -- General configuration ---------------------------------------------------

dynamo_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .dynamo_pandas import keys
33
from .dynamo_pandas import put_df
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.1.1"
66

77
__all__ = ["get_df", "keys", "put_df", "__version__"]

0 commit comments

Comments
 (0)