Skip to content

Commit 23048f2

Browse files
Bump version
1 parent f34bd79 commit 23048f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyweed/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import os.path
22

33
__pkg_path___ = os.path.dirname(os.path.abspath(__file__))
4-
__version__ = '1.0.0b2'
4+
# Use Python semantic versioning
5+
# https://packaging.python.org/tutorials/distributing-packages/#semantic-versioning-preferred
6+
__version__ = '1.0.0'
57
__app_name__ = "PyWEED"

0 commit comments

Comments
 (0)