Skip to content

Commit 9ee05b7

Browse files
authored
Merge pull request #315 from neurodata/pypi_uploading
Fixed PyPi package auto-incrementing
2 parents 1d17e75 + 0e88af0 commit 9ee05b7

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

Diff for: .travis.yml

-7
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,3 @@ script:
3333

3434
after_success:
3535
- codecov
36-
37-
deploy:
38-
provider: pypi
39-
username: "__token__"
40-
password: "pypi-AgEIcHlwaS5vcmcCJGExMGU2ZDIwLWZjZjItNDE2OC1hMTAwLTBjMjcwODk0NmVhNgACOnsicGVybWlzc2lvbnMiOiB7InByb2plY3RzIjogWyJwcm9nbGVhcm4iXX0sICJ2ZXJzaW9uIjogMX0AAAYg4-9xmR2nprlOAV7X-Nv6Dkvi6N-WkTBEyTe8WvrWUC0"
41-
on:
42-
branch: main

Diff for: proglearn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .voters import *
44
from .deciders import *
55

6-
__version__ = "0.0.1"
6+
__version__ = "0.0.2"

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="proglearn",
23-
version="0.0.1",
23+
version=VERSION,
2424
author="Will LeVine, Jayanta Dey, Hayden Helm",
2525
author_email="[email protected]",
2626
maintainer="Will LeVine, Jayanta Dey",

0 commit comments

Comments
 (0)