Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit b37afa4

Browse files
committed
Updated version and docs
1 parent 94b16cd commit b37afa4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ are reported, fix them.
5151
To receive a test coverage report, run `tox -e coverage` from the top level directory.
5252

5353
#### pypi build
54+
Update version in setup.py
5455
Pushing a tag following the pattern `/^[0-9]+.[0-9]+.[0-9]+$/` will automatically trigger a new version of the client to be built and uploaded to [pypi](https://pypi.python.org). A pattern of `/^[0-9]+.[0-9]+.[0-9]+-rc[0-9]+$/` will cause it to be pushed to [testpypi](https://testpypi.python.org).
5556

5657
#### documentation

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55
from setuptools import setup
66

7-
VERSION = ('0', '4', '6')
7+
VERSION = ('0', '4', '8')
88
__version__ = '.'.join(VERSION)
99

1010
with open('README.md') as f:

0 commit comments

Comments
 (0)