Skip to content

Commit 8a20036

Browse files
committed
Version 2.0
Also update the short description of the package.
1 parent 77b0078 commit 8a20036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def create_extensions():
6969

7070
# Use this version when git data are not available, like in git zip archive.
7171
# Update when tagging a new release.
72-
FALLBACK_VERSION = '2.0a1.post0'
72+
FALLBACK_VERSION = '2.0.post0'
7373

7474
# versioncfgfile holds version data for git commit hash and date.
7575
# It must reside in the same directory as version.py.
@@ -130,7 +130,7 @@ def getversioncfg():
130130
author_email = "[email protected]",
131131
maintainer = 'Pavol Juhas',
132132
maintainer_email = '[email protected]',
133-
description = "Bindings of ObjCryst++ into python",
133+
description = "Python bindings to the ObjCryst++ library.",
134134
license = "BSD-style license",
135135
url = "https://github.com/diffpy/pyobjcryst",
136136

0 commit comments

Comments
 (0)