Skip to content

Commit

Permalink
Merge pull request #345 from koalalorenzo/changes-branch-to-main
Browse files Browse the repository at this point in the history
Changes branch to main + bump version
  • Loading branch information
koalalorenzo authored Oct 2, 2021
2 parents 093c0e8 + ff1cc4e commit e4bf733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Python Tests
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['2.x', '3.x', 3.6, 3.7, 3.8]
python-version: ['2.x', '3.x', 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='python-digitalocean',
version='1.16.0',
version='1.17.0',
description='digitalocean.com API to manage Droplets and Images',
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
author_email='[email protected]',
Expand Down

0 comments on commit e4bf733

Please sign in to comment.