We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34bd79 commit 23048f2Copy full SHA for 23048f2
pyweed/__init__.py
@@ -1,5 +1,7 @@
1
import os.path
2
3
__pkg_path___ = os.path.dirname(os.path.abspath(__file__))
4
-__version__ = '1.0.0b2'
+# Use Python semantic versioning
5
+# https://packaging.python.org/tutorials/distributing-packages/#semantic-versioning-preferred
6
+__version__ = '1.0.0'
7
__app_name__ = "PyWEED"
0 commit comments