Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-iris committed Dec 12, 2017
1 parent f34bd79 commit 23048f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyweed/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import os.path

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

0 comments on commit 23048f2

Please sign in to comment.