Skip to content

Commit

Permalink
Fix license and bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Feb 4, 2025
1 parent 175be26 commit 48baf6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name="gwvolman",
version="1.99",
version="2.0.0",
description="WholeTale Girder Volume Manager",
author="Kacper Kowalik",
author_email="[email protected]",
license="MIT",
license="BSD-3-Clause",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"License :: OSI Approved :: Apache Software License"
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Natural Language :: English",
"Programming Language :: Python",
Expand Down

0 comments on commit 48baf6a

Please sign in to comment.