Skip to content

Commit 99e09c7

Browse files
authored
Merge pull request #34 from DrGFreeman/33-version-1
Prepare for version 1.0.0 release
2 parents 1877165 + ba6555e commit 99e09c7

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# dynamo-pandas
66
Make working with pandas data and AWS DynamoDB easy.
77

8-
**\*\*In development.\*\*** : This project is in development and the API is subject to changes.
9-
108
## Motivation
119
This package aims a making the transfer of data between pandas dataframes and DynamoDB as simple as possible. To meet this goal, the package offers two key features:
1210
1. Automatic conversion of pandas data types to DynamoDB supported data types.
@@ -15,7 +13,7 @@ This package aims a making the transfer of data between pandas dataframes and Dy
1513

1614
## Documentation
1715

18-
The project's documentation is available at https://dynamo-pandas.readthedocs.io/ (in-development).
16+
The project's documentation is available at https://dynamo-pandas.readthedocs.io/.
1917

2018

2119
## Requirements

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 = "0.1.0"
27+
release = "1.0.0"
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__ = "0.1.0"
5+
__version__ = "1.0.0"
66

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

0 commit comments

Comments
 (0)