Skip to content

Commit

Permalink
Bump version, add funding options
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 9, 2024
1 parent 2ce2889 commit 37350ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: [rocky]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: rocky
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
4 changes: 2 additions & 2 deletions spark_parser/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is needs to be multi-lingual in both Python and POSIX
# shell which "exec()" or "source" it respectively.

# This file should define a variable VERSION which we use as the
# This file should define a variable __version__ which we use as the
# package version number.

__version__="1.9.0" # noqa
__version__="1.9.1.dev0" # noqa

0 comments on commit 37350ee

Please sign in to comment.