Skip to content

Commit

Permalink
Merge pull request #6 from papermerge/version-bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
ciur authored Jun 4, 2024
2 parents aee3fe8 + f22c069 commit 3c99a61
Show file tree
Hide file tree
Showing 5 changed files with 812 additions and 782 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: pre-commit/[email protected]

unit-tests:
needs: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Run Tests
run: |
python -m pip install --upgrade pip
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/version-bump.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.0, January 2004
http://www.apache.org/licenses/

Copyright 2021-2022 Eugen Ciur <[email protected]>
Copyright 2024 Eugen Ciur <[email protected]>

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down
Loading

0 comments on commit 3c99a61

Please sign in to comment.