Skip to content

Commit 113eb20

Browse files
author
LukeTapekhin
authored
Merge pull request #815 from LukeTapekhin/heavy_refactor
new version marks
2 parents f0d716a + e865491 commit 113eb20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop-setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def run(self):
108108

109109

110110
setup(name='lingvodoc',
111-
version='2.1',
111+
version='2.1.1',
112112
description='lingvodoc',
113113
long_description=README + '\n\n' + CHANGES,
114114
classifiers=[

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414

1515
setup(name='lingvodoc',
16-
version='2.1',
16+
version='2.1.1',
1717
description='lingvodoc',
1818
long_description=README + '\n\n' + CHANGES,
1919
classifiers=[

0 commit comments

Comments
 (0)