Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 9bf5bde

Browse files
committed
Move version to its own file
1 parent 026debd commit 9bf5bde

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

orbitdbapi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__version__ = '0.2.0.rc.2.1'

orbitdbapi/__version__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '0.2.1.dev0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from orbitdbapi import __version__
3+
from orbitdbapi.__version__ import __version__
44
from setuptools import setup, find_packages
55

66
setup(

0 commit comments

Comments
 (0)