We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af51e8a commit 04eaff0Copy full SHA for 04eaff0
2 files changed
doc/conf.py
@@ -46,9 +46,9 @@
46
# built documents.
47
#
48
# The short X.Y version.
49
-version = '0.2.0'
+version = '0.3.0'
50
# The full version, including alpha/beta/rc tags.
51
-release = '0.2.0'
+release = '0.3.0-dev'
52
53
# The language for content autogenerated by Sphinx. Refer to documentation
54
# for a list of supported languages.
iptc/version.py
@@ -1,4 +1,4 @@
1
# -*- coding: utf-8 -*-
2
3
__pkgname__ = "python-iptables"
4
-__version__ = "0.2.0"
+__version__ = "0.3.0-dev"
0 commit comments