Skip to content

Commit

Permalink
set version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Jun 22, 2024
1 parent 9ba954b commit 4445d06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: setup.py
cache-dependency-path: requirements.txt
- run: echo '${{ steps.cpython3.outputs.python-version }}'
- run: pip install -e '.[lint]'
- run: ruff check overcast_to_sqlite
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ pytype==2024.4.11
PyYAML==6.0.1
requests==2.32.3
requests-mock==1.12.1
ruff==0.4.9
ruff==0.4.10
setuptools==70.1.0
six==1.16.0
soupsieve==2.5
sqlite-fts4==1.0.3
Expand All @@ -37,5 +38,5 @@ tabulate==0.9.0
toml==0.10.2
trove-classifiers==2024.5.22
types-python-dateutil==2.9.0.20240316
types-requests==2.32.0.20240602
types-requests==2.32.0.20240622
typing_extensions==4.12.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.3.0"
VERSION = "0.4.0"


def get_long_description():
Expand Down

0 comments on commit 4445d06

Please sign in to comment.