Skip to content

Commit

Permalink
Merge pull request #255 from ligangty/main
Browse files Browse the repository at this point in the history
Update version to 1.3.2 in setup.py
  • Loading branch information
ligangty authored Jul 10, 2024
2 parents e800647 + dae5372 commit 4e3e186
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
"""
from setuptools import setup, find_packages

version = "1.3.1"
version = "1.3.2"

# f = open('README.md')
# long_description = f.read().strip()
# long_description = long_description.split('split here', 1)[1]
# f.close()
long_description = """
This charon is a tool to synchronize several types of
artifacts repository data to RedHat Ronda service (maven.repository.redhat.com).
Expand Down

0 comments on commit 4e3e186

Please sign in to comment.