Skip to content

Commit dae5372

Browse files
committed
Update version to 1.3.2 in setup.py
1 parent e800647 commit dae5372

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@
1515
"""
1616
from setuptools import setup, find_packages
1717

18-
version = "1.3.1"
18+
version = "1.3.2"
1919

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

0 commit comments

Comments
 (0)