Skip to content

Commit 9a3594a

Browse files
committed
Increment version to 0.4.0-dev
Signed-off-by: Adam Beckmeyer <[email protected]>
1 parent f7dcdb9 commit 9a3594a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
author = 'matrix.org'
6262

6363

64-
version = '0.3.2'
65-
release = '0.3.2'
64+
version = '0.4.0-dev'
65+
release = '0.4.0-dev'
6666

6767
language = None
6868

matrix_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
__version__ = "0.3.2"
16+
__version__ = "0.4.0-dev"

0 commit comments

Comments
 (0)