Skip to content

Commit

Permalink
Version/changelog bump release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billdeitrick committed Nov 26, 2018
1 parent 4a54c60 commit ca24dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [0.0.1] - 2018-11-26
### Changed
- Now using the User-Agent "pypco" for all HTTP calls to the PCO API

Expand Down
2 changes: 1 addition & 1 deletion pypco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"""

# PyPCO Version
__version__ = "0.0.0"
__version__ = "0.0.1"

# Ensure models are loaded
import pypco.models.check_ins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='pypco',
version='0.0.0',
version='0.0.1',
description='A Python wrapper for the Planning Center Online API.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ca24dc3

Please sign in to comment.