Skip to content

Commit 2a9711d

Browse files
committed
bump version to 4.10.3
1 parent 9f7dba3 commit 2a9711d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.10.2
2+
current_version = 4.10.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?

galaxy_ng/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
sys.modules.setdefault("automated_logging", automated_logging)
55

6-
__version__ = "4.10.2"
6+
__version__ = "4.10.3"
77

88
default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"

galaxy_ng/app/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class PulpGalaxyPluginAppConfig(PulpPluginAppConfig):
1010

1111
name = "galaxy_ng.app"
1212
label = "galaxy"
13-
version = "4.10.2"
13+
version = "4.10.3"
1414
python_package_name = "galaxy-ng"
1515

1616
def ready(self):

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.10.2
2+
current_version = 4.10.3
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+))?((?P<build>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools.command.sdist import sdist as _SDistCommand
1414

1515
package_name = os.environ.get("GALAXY_NG_ALTERNATE_NAME", "galaxy-ng")
16-
version = "4.10.2"
16+
version = "4.10.3"
1717

1818

1919
class PrepareStaticCommand(Command):

0 commit comments

Comments
 (0)