Skip to content

Commit

Permalink
Merge pull request #282 from ligangty/ver
Browse files Browse the repository at this point in the history
Update version to 1.3.3
  • Loading branch information
ligangty authored Dec 16, 2024
2 parents b390ee1 + 7a9abcf commit c1834e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charon.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global owner Commonjava
%global modulename charon

%global charon_version 1.3.2
%global charon_version 1.3.3
%global sdist_tar_name %{modulename}-%{charon_version}

%global python3_pkgversion 3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""
from setuptools import setup, find_packages

version = "1.3.2"
version = "1.3.3"

long_description = """
This charon is a tool to synchronize several types of
Expand Down

0 comments on commit c1834e8

Please sign in to comment.