Skip to content

Commit

Permalink
Merge pull request #4 from kieras/feature/new-version
Browse files Browse the repository at this point in the history
New version.
  • Loading branch information
kieras authored Jan 10, 2018
2 parents b7e634c + d693595 commit 6bf6045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ Utilities for Google Cloud Datastore.

# Installation

If you don't use `pipsi`, you're missing out.
Here are [installation instructions](https://github.com/mitsuhiko/pipsi#readme).

Simply run:

$ pipsi install .
$ pipsi install gcdu


# Usage
Expand Down
2 changes: 1 addition & 1 deletion gcdu/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
#
# Google Cloud Datastore Utils

__version__ = '0.0.2'
__version__ = '0.0.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def run(self):
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
# 'Development Status :: 1 - Planning',
'Development Status :: 2 - Pre-Alpha',
# 'Development Status :: 3 - Alpha',
# 'Development Status :: 2 - Pre-Alpha',
'Development Status :: 3 - Alpha',
# 'Development Status :: 4 - Beta',
# 'Development Status :: 5 - Production/Stable',
# 'Development Status :: 6 - Mature',
Expand Down

0 comments on commit 6bf6045

Please sign in to comment.