Unverified Commit 6e73f6ed authored by John Davis's avatar John Davis Committed by GitHub
Browse files

Merge pull request #19566 from jdavcs/dev_package_versions

Fix package versions
parents c1934993 54f918d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-app
url = https://github.com/galaxyproject/galaxy
version = 24.2.dev0
version = 25.0.dev0

[options]
include_package_data = True
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-auth
url = https://github.com/galaxyproject/galaxy
version = 24.2.dev0
version = 25.0.dev0

[options]
include_package_data = True
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-config
url = https://github.com/galaxyproject/galaxy
version = 24.2.dev0
version = 25.0.dev0

[options]
include_package_data = True
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-data
url = https://github.com/galaxyproject/galaxy
version = 24.2.dev0
version = 25.0.dev0

[options]
include_package_data = True
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
name = galaxy-files
url = https://github.com/galaxyproject/galaxy
version = 24.2.dev0
version = 25.0.dev0

[options]
include_package_data = True
Loading