8000 Bump version to 1.0.0a3 to match tag · itsmemattchung/github3.py@1696025 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1696025

Browse files
committed
Bump version to 1.0.0a3 to match tag
1 parent 10ff657 commit 1696025

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
77
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
8-
__version__ = '1.0.0a2'
8+
__version__ = '1.0.0a3'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'https://github3py.readthedocs.org'
1111

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ deps =
3737
commands = flake8 {posargs} github3/ tests/unit/ tests/integration/
3838

3939
[testenv:release]
40+
usedevelop = false
41+
skipdist = true
4042
deps =
41-
twine >= 1.4.0
43+
twine >= 1.5.0
4244
wheel
4345
commands =
4446
python setup.py sdist bdist_wheel
45-
twine upload {posargs} dist/*
47+
twine upload {posargs:--skip-existing} dist/*
4648

4749
[testenv:docs]
4850
deps =

0 commit comments

Comments
 (0)
0